#cb472b
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 71, 43
HSL
11°, 65%, 48%
CMYK
0, 65, 79, 20
Luminance
0.1738
Every format
| HEX | #cb472b |
| RGB | rgb(203, 71, 43) |
| HSL | hsl(11, 65%, 48%) |
| CMYK | cmyk(0%, 65%, 79%, 20%) |
| LAB | lab(48.7 50.9 44.0) |
| LCH | lch(48.7 67.3 40.8) |
| OKLCH | oklch(0.578 0.173 33.7) |
Copy-ready code
/* CSS */
color: #cb472b;
background-color: #cb472b;
/* Tailwind (arbitrary) */
class="text-[#cb472b] bg-[#cb472b]"
/* SCSS */
$brand: #cb472b;
/* SwiftUI */
Color(red: 0.796, green: 0.278, blue: 0.169)
/* Android */
Color.parseColor("#cb472b")Accessibility — WCAG contrast
Aa
#cb472b on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb472b on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green27.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow78.8%
Key (black)20.4%
Color previews
#cb472b text on a black background
contrast 4.48:1
Card sample
#cb472b text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb472b;
Background color
Panel with #cb472b background
background-color: #cb472b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb472b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 71, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 71, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb472b; background: linear-gradient(135deg, #cb472b, #CBB22B);