#cf4849
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 72, 73
HSL
360°, 58%, 55%
CMYK
0, 65, 65, 19
Luminance
0.1838
Every format
| HEX | #cf4849 |
| RGB | rgb(207, 72, 73) |
| HSL | hsl(360, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 65%, 19%) |
| LAB | lab(50.0 53.3 28.9) |
| LCH | lch(50.0 60.6 28.5) |
| OKLCH | oklch(0.589 0.171 23.6) |
Copy-ready code
/* CSS */
color: #cf4849;
background-color: #cf4849;
/* Tailwind (arbitrary) */
class="text-[#cf4849] bg-[#cf4849]"
/* SCSS */
$brand: #cf4849;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.286)
/* Android */
Color.parseColor("#cf4849")Accessibility — WCAG contrast
Aa
#cf4849 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4849 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow64.7%
Key (black)18.8%
Color previews
#cf4849 text on a black background
contrast 4.68:1
Card sample
#cf4849 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4849;
Background color
Panel with #cf4849 background
background-color: #cf4849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4849; background: linear-gradient(135deg, #cf4849, #CFA148);