#cd0fc2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
205, 15, 194
HSL
304°, 86%, 43%
CMYK
0, 93, 5, 20
Luminance
0.1722
Every format
| HEX | #cd0fc2 |
| RGB | rgb(205, 15, 194) |
| HSL | hsl(304, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 5%, 20%) |
| LAB | lab(48.5 80.5 -45.6) |
| LCH | lch(48.5 92.5 330.5) |
| OKLCH | oklch(0.592 0.262 331.3) |
Copy-ready code
/* CSS */
color: #cd0fc2;
background-color: #cd0fc2;
/* Tailwind (arbitrary) */
class="text-[#cd0fc2] bg-[#cd0fc2]"
/* SCSS */
$brand: #cd0fc2;
/* SwiftUI */
Color(red: 0.804, green: 0.059, blue: 0.761)
/* Android */
Color.parseColor("#cd0fc2")Accessibility — WCAG contrast
Aa
#cd0fc2 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd0fc2 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow5.4%
Key (black)19.6%
Color previews
#cd0fc2 text on a black background
contrast 4.44:1
Card sample
#cd0fc2 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0fc2;
Background color
Panel with #cd0fc2 background
background-color: #cd0fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 15, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 15, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0fc2; background: linear-gradient(135deg, #cd0fc2, #CD0F43);