#ff472b
a balanced, electric red · warm · closest name: tomato
RGB
255, 71, 43
HSL
8°, 100%, 58%
CMYK
0, 72, 83, 0
Luminance
0.2594
Every format
| HEX | #ff472b |
| RGB | rgb(255, 71, 43) |
| HSL | hsl(8, 100%, 58%) |
| CMYK | cmyk(0%, 72%, 83%, 0%) |
| LAB | lab(58.0 67.7 56.0) |
| LCH | lch(58.0 87.9 39.6) |
| OKLCH | oklch(0.664 0.224 31.6) |
Copy-ready code
/* CSS */
color: #ff472b;
background-color: #ff472b;
/* Tailwind (arbitrary) */
class="text-[#ff472b] bg-[#ff472b]"
/* SCSS */
$brand: #ff472b;
/* SwiftUI */
Color(red: 1.000, green: 0.278, blue: 0.169)
/* Android */
Color.parseColor("#ff472b")Accessibility — WCAG contrast
Aa
#ff472b on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff472b on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow83.1%
Key (black)0.0%
Color previews
#ff472b text on a black background
contrast 6.19:1
Card sample
#ff472b text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff472b;
Background color
Panel with #ff472b background
background-color: #ff472b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff472b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 71, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 71, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff472b; background: linear-gradient(135deg, #ff472b, #FFD42B);