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