#cd342f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 52, 47
HSL
2°, 63%, 49%
CMYK
0, 75, 77, 20
Luminance
0.1564
Every format
| HEX | #cd342f |
| RGB | rgb(205, 52, 47) |
| HSL | hsl(2, 63%, 49%) |
| CMYK | cmyk(0%, 75%, 77%, 20%) |
| LAB | lab(46.5 59.0 39.7) |
| LCH | lch(46.5 71.1 34.0) |
| OKLCH | oklch(0.561 0.191 27.3) |
Copy-ready code
/* CSS */
color: #cd342f;
background-color: #cd342f;
/* Tailwind (arbitrary) */
class="text-[#cd342f] bg-[#cd342f]"
/* SCSS */
$brand: #cd342f;
/* SwiftUI */
Color(red: 0.804, green: 0.204, blue: 0.184)
/* Android */
Color.parseColor("#cd342f")Accessibility — WCAG contrast
Aa
#cd342f on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd342f on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow77.1%
Key (black)19.6%
Color previews
#cd342f text on a black background
contrast 4.13:1
Card sample
#cd342f text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd342f;
Background color
Panel with #cd342f background
background-color: #cd342f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd342f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 52, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 52, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd342f; background: linear-gradient(135deg, #cd342f, #CD9D2F);