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