#cd0adc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 10, 220
HSL
296°, 91%, 45%
CMYK
7, 96, 0, 14
Luminance
0.1836
Every format
| HEX | #cd0adc |
| RGB | rgb(205, 10, 220) |
| HSL | hsl(296, 91%, 45%) |
| CMYK | cmyk(7%, 96%, 0%, 14%) |
| LAB | lab(49.9 84.8 -58.3) |
| LCH | lch(49.9 102.9 325.5) |
| OKLCH | oklch(0.607 0.281 324.5) |
Copy-ready code
/* CSS */
color: #cd0adc;
background-color: #cd0adc;
/* Tailwind (arbitrary) */
class="text-[#cd0adc] bg-[#cd0adc]"
/* SCSS */
$brand: #cd0adc;
/* SwiftUI */
Color(red: 0.804, green: 0.039, blue: 0.863)
/* Android */
Color.parseColor("#cd0adc")Accessibility — WCAG contrast
Aa
#cd0adc on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd0adc on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green3.9%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta95.5%
Yellow0.0%
Key (black)13.7%
Color previews
#cd0adc text on a black background
contrast 4.67:1
Card sample
#cd0adc text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0adc;
Background color
Panel with #cd0adc background
background-color: #cd0adc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0adc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 10, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 10, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0adc; background: linear-gradient(135deg, #cd0adc, #DC0A5F);