#cf4841
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 72, 65
HSL
3°, 60%, 53%
CMYK
0, 65, 69, 19
Luminance
0.1828
Every format
| HEX | #cf4841 |
| RGB | rgb(207, 72, 65) |
| HSL | hsl(3, 60%, 53%) |
| CMYK | cmyk(0%, 65%, 69%, 19%) |
| LAB | lab(49.8 52.8 33.4) |
| LCH | lch(49.8 62.5 32.3) |
| OKLCH | oklch(0.588 0.172 26.7) |
Copy-ready code
/* CSS */
color: #cf4841;
background-color: #cf4841;
/* Tailwind (arbitrary) */
class="text-[#cf4841] bg-[#cf4841]"
/* SCSS */
$brand: #cf4841;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.255)
/* Android */
Color.parseColor("#cf4841")Accessibility — WCAG contrast
Aa
#cf4841 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4841 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow68.6%
Key (black)18.8%
Color previews
#cf4841 text on a black background
contrast 4.66:1
Card sample
#cf4841 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4841;
Background color
Panel with #cf4841 background
background-color: #cf4841;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4841;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4841; background: linear-gradient(135deg, #cf4841, #CFA741);