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