#cd2849
a balanced, vivid red · warm · closest name: crimson
RGB
205, 40, 73
HSL
348°, 67%, 48%
CMYK
0, 81, 64, 20
Luminance
0.1498
Every format
| HEX | #cd2849 |
| RGB | rgb(205, 40, 73) |
| HSL | hsl(348, 67%, 48%) |
| CMYK | cmyk(0%, 81%, 64%, 20%) |
| LAB | lab(45.6 63.7 23.3) |
| LCH | lch(45.6 67.8 20.1) |
| OKLCH | oklch(0.556 0.198 16.4) |
Copy-ready code
/* CSS */
color: #cd2849;
background-color: #cd2849;
/* Tailwind (arbitrary) */
class="text-[#cd2849] bg-[#cd2849]"
/* SCSS */
$brand: #cd2849;
/* SwiftUI */
Color(red: 0.804, green: 0.157, blue: 0.286)
/* Android */
Color.parseColor("#cd2849")Accessibility — WCAG contrast
Aa
#cd2849 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2849 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green15.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow64.4%
Key (black)19.6%
Color previews
#cd2849 text on a black background
contrast 4.00:1
Card sample
#cd2849 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2849;
Background color
Panel with #cd2849 background
background-color: #cd2849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 40, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 40, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2849; background: linear-gradient(135deg, #cd2849, #CD7528);