#fc4530
a balanced, electric red · warm · closest name: tomato
RGB
252, 69, 48
HSL
6°, 97%, 59%
CMYK
0, 73, 81, 1
Luminance
0.2517
Every format
| HEX | #fc4530 |
| RGB | rgb(252, 69, 48) |
| HSL | hsl(6, 97%, 59%) |
| CMYK | cmyk(0%, 73%, 81%, 1%) |
| LAB | lab(57.2 67.6 52.8) |
| LCH | lch(57.2 85.8 38.0) |
| OKLCH | oklch(0.657 0.222 30.4) |
Copy-ready code
/* CSS */
color: #fc4530;
background-color: #fc4530;
/* Tailwind (arbitrary) */
class="text-[#fc4530] bg-[#fc4530]"
/* SCSS */
$brand: #fc4530;
/* SwiftUI */
Color(red: 0.988, green: 0.271, blue: 0.188)
/* Android */
Color.parseColor("#fc4530")Accessibility — WCAG contrast
Aa
#fc4530 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4530 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green27.1%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow81.0%
Key (black)1.2%
Color previews
#fc4530 text on a black background
contrast 6.03:1
Card sample
#fc4530 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4530;
Background color
Panel with #fc4530 background
background-color: #fc4530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 69, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 69, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4530; background: linear-gradient(135deg, #fc4530, #FCCD30);