#cf342c
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 52, 44
HSL
3°, 65%, 49%
CMYK
0, 75, 79, 19
Luminance
0.1590
Every format
| HEX | #cf342c |
| RGB | rgb(207, 52, 44) |
| HSL | hsl(3, 65%, 49%) |
| CMYK | cmyk(0%, 75%, 79%, 19%) |
| LAB | lab(46.9 59.5 41.8) |
| LCH | lch(46.9 72.7 35.1) |
| OKLCH | oklch(0.565 0.193 28.1) |
Copy-ready code
/* CSS */
color: #cf342c;
background-color: #cf342c;
/* Tailwind (arbitrary) */
class="text-[#cf342c] bg-[#cf342c]"
/* SCSS */
$brand: #cf342c;
/* SwiftUI */
Color(red: 0.812, green: 0.204, blue: 0.173)
/* Android */
Color.parseColor("#cf342c")Accessibility — WCAG contrast
Aa
#cf342c on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf342c on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow78.7%
Key (black)18.8%
Color previews
#cf342c text on a black background
contrast 4.18:1
Card sample
#cf342c text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf342c;
Background color
Panel with #cf342c background
background-color: #cf342c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf342c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 52, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 52, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf342c; background: linear-gradient(135deg, #cf342c, #CFA02C);