#cf412c
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 65, 44
HSL
8°, 65%, 49%
CMYK
0, 69, 79, 19
Luminance
0.1723
Every format
| HEX | #cf412c |
| RGB | rgb(207, 65, 44) |
| HSL | hsl(8, 65%, 49%) |
| CMYK | cmyk(0%, 69%, 79%, 19%) |
| LAB | lab(48.5 54.8 43.6) |
| LCH | lch(48.5 70.0 38.5) |
| OKLCH | oklch(0.577 0.182 31.3) |
Copy-ready code
/* CSS */
color: #cf412c;
background-color: #cf412c;
/* Tailwind (arbitrary) */
class="text-[#cf412c] bg-[#cf412c]"
/* SCSS */
$brand: #cf412c;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.173)
/* Android */
Color.parseColor("#cf412c")Accessibility — WCAG contrast
Aa
#cf412c on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf412c on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow78.7%
Key (black)18.8%
Color previews
#cf412c text on a black background
contrast 4.45:1
Card sample
#cf412c text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf412c;
Background color
Panel with #cf412c background
background-color: #cf412c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf412c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf412c; background: linear-gradient(135deg, #cf412c, #CFAD2C);