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