#fc6621
a balanced, electric orange · warm · closest name: tomato
RGB
252, 102, 33
HSL
19°, 97%, 56%
CMYK
0, 60, 87, 1
Luminance
0.3031
Every format
| HEX | #fc6621 |
| RGB | rgb(252, 102, 33) |
| HSL | hsl(19, 97%, 56%) |
| CMYK | cmyk(0%, 60%, 87%, 1%) |
| LAB | lab(61.9 54.3 63.2) |
| LCH | lch(61.9 83.3 49.3) |
| OKLCH | oklch(0.692 0.198 41.3) |
Copy-ready code
/* CSS */
color: #fc6621;
background-color: #fc6621;
/* Tailwind (arbitrary) */
class="text-[#fc6621] bg-[#fc6621]"
/* SCSS */
$brand: #fc6621;
/* SwiftUI */
Color(red: 0.988, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#fc6621")Accessibility — WCAG contrast
Aa
#fc6621 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc6621 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow86.9%
Key (black)1.2%
Color previews
#fc6621 text on a black background
contrast 7.06:1
Card sample
#fc6621 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc6621;
Background color
Panel with #fc6621 background
background-color: #fc6621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc6621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc6621; background: linear-gradient(135deg, #fc6621, #FCF821);