#fc5b21
a balanced, electric orange · warm · closest name: tomato
RGB
252, 91, 33
HSL
16°, 97%, 56%
CMYK
0, 64, 87, 1
Luminance
0.2829
Every format
| HEX | #fc5b21 |
| RGB | rgb(252, 91, 33) |
| HSL | hsl(16, 97%, 56%) |
| CMYK | cmyk(0%, 64%, 87%, 1%) |
| LAB | lab(60.1 59.0 61.8) |
| LCH | lch(60.1 85.4 46.3) |
| OKLCH | oklch(0.679 0.207 38.0) |
Copy-ready code
/* CSS */
color: #fc5b21;
background-color: #fc5b21;
/* Tailwind (arbitrary) */
class="text-[#fc5b21] bg-[#fc5b21]"
/* SCSS */
$brand: #fc5b21;
/* SwiftUI */
Color(red: 0.988, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#fc5b21")Accessibility — WCAG contrast
Aa
#fc5b21 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc5b21 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow86.9%
Key (black)1.2%
Color previews
#fc5b21 text on a black background
contrast 6.66:1
Card sample
#fc5b21 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5b21;
Background color
Panel with #fc5b21 background
background-color: #fc5b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5b21; background: linear-gradient(135deg, #fc5b21, #FCED21);