#cd3752
a balanced, vivid red · warm · closest name: crimson
RGB
205, 55, 82
HSL
349°, 60%, 51%
CMYK
0, 73, 60, 20
Luminance
0.1632
Every format
| HEX | #cd3752 |
| RGB | rgb(205, 55, 82) |
| HSL | hsl(349, 60%, 51%) |
| CMYK | cmyk(0%, 73%, 60%, 20%) |
| LAB | lab(47.4 59.7 20.1) |
| LCH | lch(47.4 63.0 18.6) |
| OKLCH | oklch(0.570 0.186 15.4) |
Copy-ready code
/* CSS */
color: #cd3752;
background-color: #cd3752;
/* Tailwind (arbitrary) */
class="text-[#cd3752] bg-[#cd3752]"
/* SCSS */
$brand: #cd3752;
/* SwiftUI */
Color(red: 0.804, green: 0.216, blue: 0.322)
/* Android */
Color.parseColor("#cd3752")Accessibility — WCAG contrast
Aa
#cd3752 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3752 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green21.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow60.0%
Key (black)19.6%
Color previews
#cd3752 text on a black background
contrast 4.26:1
Card sample
#cd3752 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3752;
Background color
Panel with #cd3752 background
background-color: #cd3752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 55, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 55, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3752; background: linear-gradient(135deg, #cd3752, #CD8037);