Homeโ€บColor Picker
๐ŸŽจ

Color Picker

Pick from image ยท HEX ยท RGB ยท HSL ยท Flutter code

#FF6B00
HEX
#FF6B00
RGB
rgb(255,107,0)
HSL
hsl(25,100%,50%)
Flutter/Dart
Color(0xFFFF6B00)

โ“ Frequently Asked Questions

What is the Flutter Color format? โ–พ
Flutter uses Color(0xFFRRGGBB) format where FF is opacity (always FF for fully opaque) and RRGGBB is the hex color. This picker generates the exact Flutter code instantly.
What is the difference between HEX, RGB and HSL? โ–พ
HEX is used in CSS/HTML (#FF6B00). RGB shows Red, Green, Blue values (0-255). HSL shows Hue, Saturation, Lightness โ€” easier for choosing color variations.
Advertisement
Advertisement 300ร—250
Advertisement 300ร—600