#fc6421
a balanced, electric orange · warm · closest name: tomato
RGB
252, 100, 33
HSL
18°, 97%, 56%
CMYK
0, 60, 87, 1
Luminance
0.2992
Every format
| HEX | #fc6421 |
| RGB | rgb(252, 100, 33) |
| HSL | hsl(18, 97%, 56%) |
| CMYK | cmyk(0%, 60%, 87%, 1%) |
| LAB | lab(61.6 55.2 62.9) |
| LCH | lch(61.6 83.7 48.7) |
| OKLCH | oklch(0.690 0.199 40.6) |
Copy-ready code
/* CSS */
color: #fc6421;
background-color: #fc6421;
/* Tailwind (arbitrary) */
class="text-[#fc6421] bg-[#fc6421]"
/* SCSS */
$brand: #fc6421;
/* SwiftUI */
Color(red: 0.988, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#fc6421")Accessibility — WCAG contrast
Aa
#fc6421 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc6421 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow86.9%
Key (black)1.2%
Color previews
#fc6421 text on a black background
contrast 6.98:1
Card sample
#fc6421 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc6421;
Background color
Panel with #fc6421 background
background-color: #fc6421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc6421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc6421; background: linear-gradient(135deg, #fc6421, #FCF621);