#ce472b
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 71, 43
HSL
10°, 66%, 49%
CMYK
0, 66, 79, 19
Luminance
0.1780
Every format
| HEX | #ce472b |
| RGB | rgb(206, 71, 43) |
| HSL | hsl(10, 66%, 49%) |
| CMYK | cmyk(0%, 66%, 79%, 19%) |
| LAB | lab(49.3 52.0 44.7) |
| LCH | lch(49.3 68.6 40.7) |
| OKLCH | oklch(0.582 0.176 33.5) |
Copy-ready code
/* CSS */
color: #ce472b;
background-color: #ce472b;
/* Tailwind (arbitrary) */
class="text-[#ce472b] bg-[#ce472b]"
/* SCSS */
$brand: #ce472b;
/* SwiftUI */
Color(red: 0.808, green: 0.278, blue: 0.169)
/* Android */
Color.parseColor("#ce472b")Accessibility — WCAG contrast
Aa
#ce472b on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce472b on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green27.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow79.1%
Key (black)19.2%
Color previews
#ce472b text on a black background
contrast 4.56:1
Card sample
#ce472b text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce472b;
Background color
Panel with #ce472b background
background-color: #ce472b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce472b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 71, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 71, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce472b; background: linear-gradient(135deg, #ce472b, #CEB42B);