#cf4049
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 64, 73
HSL
356°, 60%, 53%
CMYK
0, 69, 65, 19
Luminance
0.1741
Every format
| HEX | #cf4049 |
| RGB | rgb(207, 64, 73) |
| HSL | hsl(356, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 65%, 19%) |
| LAB | lab(48.8 56.5 27.4) |
| LCH | lch(48.8 62.8 25.9) |
| OKLCH | oklch(0.580 0.179 21.3) |
Copy-ready code
/* CSS */
color: #cf4049;
background-color: #cf4049;
/* Tailwind (arbitrary) */
class="text-[#cf4049] bg-[#cf4049]"
/* SCSS */
$brand: #cf4049;
/* SwiftUI */
Color(red: 0.812, green: 0.251, blue: 0.286)
/* Android */
Color.parseColor("#cf4049")Accessibility — WCAG contrast
Aa
#cf4049 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4049 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow64.7%
Key (black)18.8%
Color previews
#cf4049 text on a black background
contrast 4.48:1
Card sample
#cf4049 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4049;
Background color
Panel with #cf4049 background
background-color: #cf4049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 64, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 64, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4049; background: linear-gradient(135deg, #cf4049, #CF9640);