#cf3c2b
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 60, 43
HSL
6°, 66%, 49%
CMYK
0, 71, 79, 19
Luminance
0.1667
Every format
| HEX | #cf3c2b |
| RGB | rgb(207, 60, 43) |
| HSL | hsl(6, 66%, 49%) |
| CMYK | cmyk(0%, 71%, 79%, 19%) |
| LAB | lab(47.9 56.6 43.4) |
| LCH | lch(47.9 71.3 37.4) |
| OKLCH | oklch(0.572 0.187 30.3) |
Copy-ready code
/* CSS */
color: #cf3c2b;
background-color: #cf3c2b;
/* Tailwind (arbitrary) */
class="text-[#cf3c2b] bg-[#cf3c2b]"
/* SCSS */
$brand: #cf3c2b;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.169)
/* Android */
Color.parseColor("#cf3c2b")Accessibility — WCAG contrast
Aa
#cf3c2b on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3c2b on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow79.2%
Key (black)18.8%
Color previews
#cf3c2b text on a black background
contrast 4.33:1
Card sample
#cf3c2b text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3c2b;
Background color
Panel with #cf3c2b background
background-color: #cf3c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3c2b; background: linear-gradient(135deg, #cf3c2b, #CFA92B);