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