#cd02eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 2, 235
HSL
292°, 98%, 47%
CMYK
13, 99, 0, 8
Luminance
0.1902
Every format
| HEX | #cd02eb |
| RGB | rgb(205, 2, 235) |
| HSL | hsl(292, 98%, 47%) |
| CMYK | cmyk(13%, 99%, 0%, 8%) |
| LAB | lab(50.7 87.7 -65.5) |
| LCH | lch(50.7 109.5 323.2) |
| OKLCH | oklch(0.615 0.293 321.0) |
Copy-ready code
/* CSS */
color: #cd02eb;
background-color: #cd02eb;
/* Tailwind (arbitrary) */
class="text-[#cd02eb] bg-[#cd02eb]"
/* SCSS */
$brand: #cd02eb;
/* SwiftUI */
Color(red: 0.804, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#cd02eb")Accessibility — WCAG contrast
Aa
#cd02eb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd02eb on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.8%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cd02eb text on a black background
contrast 4.80:1
Card sample
#cd02eb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd02eb;
Background color
Panel with #cd02eb background
background-color: #cd02eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd02eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd02eb; background: linear-gradient(135deg, #cd02eb, #EB026E);