# Color.TryParse

```csharp
static bool TryParse(string value, out Color color)
```

Try to parse the color. Returns true on success

### Parameters

- `value` (`string`)
- `out color` (`Color`)

### Returns

`bool`

Declared in [Color](/api/Color).
Assembly: `Sandbox.System`.
