# Color.Parse

```csharp
static System.Nullable<Color> Parse(string value)
```

Parse the color from a string. Many common formats are supported.

### Parameters

- `value` (`string`): The string to parse.

### Returns

`System.Nullable<Color>`: The parsed color if operation completed successfully.

Declared in [Color](/api/Color).
Assembly: `Sandbox.System`.
