#cd0366
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 3, 102
HSL
331°, 97%, 41%
CMYK
0, 99, 50, 20
Luminance
0.1400
Every format
| HEX | #cd0366 |
| RGB | rgb(205, 3, 102) |
| HSL | hsl(331, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 50%, 20%) |
| LAB | lab(44.2 71.5 3.4) |
| LCH | lch(44.2 71.5 2.7) |
| OKLCH | oklch(0.548 0.220 2.4) |
Copy-ready code
/* CSS */
color: #cd0366;
background-color: #cd0366;
/* Tailwind (arbitrary) */
class="text-[#cd0366] bg-[#cd0366]"
/* SCSS */
$brand: #cd0366;
/* SwiftUI */
Color(red: 0.804, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#cd0366")Accessibility — WCAG contrast
Aa
#cd0366 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd0366 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green1.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta98.5%
Yellow50.2%
Key (black)19.6%
Color previews
#cd0366 text on a black background
contrast 3.80:1
Card sample
#cd0366 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0366;
Background color
Panel with #cd0366 background
background-color: #cd0366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0366; background: linear-gradient(135deg, #cd0366, #CD2703);