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