#fc552b
a balanced, electric red · warm · closest name: tomato
RGB
252, 85, 43
HSL
12°, 97%, 58%
CMYK
0, 66, 83, 1
Luminance
0.2737
Every format
| HEX | #fc552b |
| RGB | rgb(252, 85, 43) |
| HSL | hsl(12, 97%, 58%) |
| CMYK | cmyk(0%, 66%, 83%, 1%) |
| LAB | lab(59.3 61.7 57.0) |
| LCH | lch(59.3 84.0 42.8) |
| OKLCH | oklch(0.673 0.210 34.8) |
Copy-ready code
/* CSS */
color: #fc552b;
background-color: #fc552b;
/* Tailwind (arbitrary) */
class="text-[#fc552b] bg-[#fc552b]"
/* SCSS */
$brand: #fc552b;
/* SwiftUI */
Color(red: 0.988, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#fc552b")Accessibility — WCAG contrast
Aa
#fc552b on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc552b on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow82.9%
Key (black)1.2%
Color previews
#fc552b text on a black background
contrast 6.47:1
Card sample
#fc552b text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc552b;
Background color
Panel with #fc552b background
background-color: #fc552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc552b; background: linear-gradient(135deg, #fc552b, #FCE02B);