#cf4449
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 68, 73
HSL
358°, 59%, 54%
CMYK
0, 67, 65, 19
Luminance
0.1788
Every format
| HEX | #cf4449 |
| RGB | rgb(207, 68, 73) |
| HSL | hsl(358, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 65%, 19%) |
| LAB | lab(49.4 54.9 28.1) |
| LCH | lch(49.4 61.7 27.1) |
| OKLCH | oklch(0.585 0.175 22.4) |
Copy-ready code
/* CSS */
color: #cf4449;
background-color: #cf4449;
/* Tailwind (arbitrary) */
class="text-[#cf4449] bg-[#cf4449]"
/* SCSS */
$brand: #cf4449;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.286)
/* Android */
Color.parseColor("#cf4449")Accessibility — WCAG contrast
Aa
#cf4449 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4449 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow64.7%
Key (black)18.8%
Color previews
#cf4449 text on a black background
contrast 4.58:1
Card sample
#cf4449 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4449;
Background color
Panel with #cf4449 background
background-color: #cf4449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4449; background: linear-gradient(135deg, #cf4449, #CF9C44);