You are currently viewing the documentation for Filament 3.x, which is a previous version of Filament.Looking for the current stable version? Visit the 5.x documentation.
While HEX format is used by default, you can choose which color format to use:
Copy
use Filament\Forms\Components\ColorPicker;ColorPicker::make('hsl_color') ->hsl()ColorPicker::make('rgb_color') ->rgb()ColorPicker::make('rgba_color') ->rgba()