#fc8421
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 132, 33
HSL
27°, 97%, 56%
CMYK
0, 48, 87, 1
Luminance
0.3731
Every format
| HEX | #fc8421 |
| RGB | rgb(252, 132, 33) |
| HSL | hsl(27, 97%, 56%) |
| CMYK | cmyk(0%, 48%, 87%, 1%) |
| LAB | lab(67.5 40.1 67.5) |
| LCH | lch(67.5 78.5 59.3) |
| OKLCH | oklch(0.735 0.176 53.1) |
Copy-ready code
/* CSS */
color: #fc8421;
background-color: #fc8421;
/* Tailwind (arbitrary) */
class="text-[#fc8421] bg-[#fc8421]"
/* SCSS */
$brand: #fc8421;
/* SwiftUI */
Color(red: 0.988, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#fc8421")Accessibility — WCAG contrast
Aa
#fc8421 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8421 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow86.9%
Key (black)1.2%
Color previews
#fc8421 text on a black background
contrast 8.46:1
Card sample
#fc8421 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8421;
Background color
Panel with #fc8421 background
background-color: #fc8421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8421; background: linear-gradient(135deg, #fc8421, #E2FC21);