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