#cd2339
a balanced, vivid red · warm · closest name: crimson
RGB
205, 35, 57
HSL
352°, 71%, 47%
CMYK
0, 83, 72, 20
Luminance
0.1448
Every format
| HEX | #cd2339 |
| RGB | rgb(205, 35, 57) |
| HSL | hsl(352, 71%, 47%) |
| CMYK | cmyk(0%, 83%, 72%, 20%) |
| LAB | lab(44.9 64.2 32.1) |
| LCH | lch(44.9 71.8 26.6) |
| OKLCH | oklch(0.550 0.202 21.3) |
Copy-ready code
/* CSS */
color: #cd2339;
background-color: #cd2339;
/* Tailwind (arbitrary) */
class="text-[#cd2339] bg-[#cd2339]"
/* SCSS */
$brand: #cd2339;
/* SwiftUI */
Color(red: 0.804, green: 0.137, blue: 0.224)
/* Android */
Color.parseColor("#cd2339")Accessibility — WCAG contrast
Aa
#cd2339 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2339 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green13.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta82.9%
Yellow72.2%
Key (black)19.6%
Color previews
#cd2339 text on a black background
contrast 3.90:1
Card sample
#cd2339 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2339;
Background color
Panel with #cd2339 background
background-color: #cd2339;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2339;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 35, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 35, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2339; background: linear-gradient(135deg, #cd2339, #CD7E23);