#cd02d4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
205, 2, 212
HSL
298°, 98%, 42%
CMYK
3, 99, 0, 17
Luminance
0.1778
Every format
| HEX | #cd02d4 |
| RGB | rgb(205, 2, 212) |
| HSL | hsl(298, 98%, 42%) |
| CMYK | cmyk(3%, 99%, 0%, 17%) |
| LAB | lab(49.2 84.2 -54.9) |
| LCH | lch(49.2 100.5 326.9) |
| OKLCH | oklch(0.600 0.278 326.6) |
Copy-ready code
/* CSS */
color: #cd02d4;
background-color: #cd02d4;
/* Tailwind (arbitrary) */
class="text-[#cd02d4] bg-[#cd02d4]"
/* SCSS */
$brand: #cd02d4;
/* SwiftUI */
Color(red: 0.804, green: 0.008, blue: 0.831)
/* Android */
Color.parseColor("#cd02d4")Accessibility — WCAG contrast
Aa
#cd02d4 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd02d4 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.8%
Blue83.1%
CMYK percentages
Cyan3.3%
Magenta99.1%
Yellow0.0%
Key (black)16.9%
Color previews
#cd02d4 text on a black background
contrast 4.56:1
Card sample
#cd02d4 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd02d4;
Background color
Panel with #cd02d4 background
background-color: #cd02d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd02d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 2, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 2, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd02d4; background: linear-gradient(135deg, #cd02d4, #D4024F);