#cf4f3d
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 79, 61
HSL
7°, 60%, 53%
CMYK
0, 62, 71, 19
Luminance
0.1919
Every format
| HEX | #cf4f3d |
| RGB | rgb(207, 79, 61) |
| HSL | hsl(7, 60%, 53%) |
| CMYK | cmyk(0%, 62%, 71%, 19%) |
| LAB | lab(50.9 49.6 36.9) |
| LCH | lch(50.9 61.8 36.7) |
| OKLCH | oklch(0.596 0.166 30.6) |
Copy-ready code
/* CSS */
color: #cf4f3d;
background-color: #cf4f3d;
/* Tailwind (arbitrary) */
class="text-[#cf4f3d] bg-[#cf4f3d]"
/* SCSS */
$brand: #cf4f3d;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.239)
/* Android */
Color.parseColor("#cf4f3d")Accessibility — WCAG contrast
Aa
#cf4f3d on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4f3d on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow70.5%
Key (black)18.8%
Color previews
#cf4f3d text on a black background
contrast 4.84:1
Card sample
#cf4f3d text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4f3d;
Background color
Panel with #cf4f3d background
background-color: #cf4f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4f3d; background: linear-gradient(135deg, #cf4f3d, #CFB03D);