#cd0db0
a dark, electric magenta / pink · warm · closest name: purple
RGB
205, 13, 176
HSL
309°, 88%, 43%
CMYK
0, 94, 14, 20
Luminance
0.1640
Every format
| HEX | #cd0db0 |
| RGB | rgb(205, 13, 176) |
| HSL | hsl(309, 88%, 43%) |
| CMYK | cmyk(0%, 94%, 14%, 20%) |
| LAB | lab(47.5 78.3 -36.7) |
| LCH | lch(47.5 86.4 334.9) |
| OKLCH | oklch(0.581 0.252 336.5) |
Copy-ready code
/* CSS */
color: #cd0db0;
background-color: #cd0db0;
/* Tailwind (arbitrary) */
class="text-[#cd0db0] bg-[#cd0db0]"
/* SCSS */
$brand: #cd0db0;
/* SwiftUI */
Color(red: 0.804, green: 0.051, blue: 0.690)
/* Android */
Color.parseColor("#cd0db0")Accessibility — WCAG contrast
Aa
#cd0db0 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd0db0 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.1%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow14.1%
Key (black)19.6%
Color previews
#cd0db0 text on a black background
contrast 4.28:1
Card sample
#cd0db0 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0db0;
Background color
Panel with #cd0db0 background
background-color: #cd0db0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0db0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 13, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 13, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0db0; background: linear-gradient(135deg, #cd0db0, #CD0D30);