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