#cd0039
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 0, 57
HSL
343°, 100%, 40%
CMYK
0, 100, 72, 20
Luminance
0.1327
Every format
| HEX | #cd0039 |
| RGB | rgb(205, 0, 57) |
| HSL | hsl(343, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 72%, 20%) |
| LAB | lab(43.2 69.2 30.1) |
| LCH | lch(43.2 75.4 23.5) |
| OKLCH | oklch(0.537 0.215 18.6) |
Copy-ready code
/* CSS */
color: #cd0039;
background-color: #cd0039;
/* Tailwind (arbitrary) */
class="text-[#cd0039] bg-[#cd0039]"
/* SCSS */
$brand: #cd0039;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.224)
/* Android */
Color.parseColor("#cd0039")Accessibility — WCAG contrast
Aa
#cd0039 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd0039 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow72.2%
Key (black)19.6%
Color previews
#cd0039 text on a black background
contrast 3.65:1
Card sample
#cd0039 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0039;
Background color
Panel with #cd0039 background
background-color: #cd0039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0039; background: linear-gradient(135deg, #cd0039, #CD5000);