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