#cd2f23
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 47, 35
HSL
4°, 71%, 47%
CMYK
0, 77, 83, 20
Luminance
0.1513
Every format
| HEX | #cd2f23 |
| RGB | rgb(205, 47, 35) |
| HSL | hsl(4, 71%, 47%) |
| CMYK | cmyk(0%, 77%, 83%, 20%) |
| LAB | lab(45.8 60.2 45.4) |
| LCH | lch(45.8 75.4 37.0) |
| OKLCH | oklch(0.556 0.196 29.3) |
Copy-ready code
/* CSS */
color: #cd2f23;
background-color: #cd2f23;
/* Tailwind (arbitrary) */
class="text-[#cd2f23] bg-[#cd2f23]"
/* SCSS */
$brand: #cd2f23;
/* SwiftUI */
Color(red: 0.804, green: 0.184, blue: 0.137)
/* Android */
Color.parseColor("#cd2f23")Accessibility — WCAG contrast
Aa
#cd2f23 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2f23 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.4%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow82.9%
Key (black)19.6%
Color previews
#cd2f23 text on a black background
contrast 4.03:1
Card sample
#cd2f23 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2f23;
Background color
Panel with #cd2f23 background
background-color: #cd2f23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2f23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 47, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 47, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2f23; background: linear-gradient(135deg, #cd2f23, #CDA023);