#cd02ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 2, 238
HSL
292°, 98%, 47%
CMYK
14, 99, 0, 7
Luminance
0.1920
Every format
| HEX | #cd02ee |
| RGB | rgb(205, 2, 238) |
| HSL | hsl(292, 98%, 47%) |
| CMYK | cmyk(14%, 99%, 0%, 7%) |
| LAB | lab(50.9 88.2 -66.9) |
| LCH | lch(50.9 110.7 322.8) |
| OKLCH | oklch(0.617 0.295 320.3) |
Copy-ready code
/* CSS */
color: #cd02ee;
background-color: #cd02ee;
/* Tailwind (arbitrary) */
class="text-[#cd02ee] bg-[#cd02ee]"
/* SCSS */
$brand: #cd02ee;
/* SwiftUI */
Color(red: 0.804, green: 0.008, blue: 0.933)
/* Android */
Color.parseColor("#cd02ee")Accessibility — WCAG contrast
Aa
#cd02ee on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd02ee on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.8%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta99.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cd02ee text on a black background
contrast 4.84:1
Card sample
#cd02ee text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd02ee;
Background color
Panel with #cd02ee background
background-color: #cd02ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd02ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 2, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 2, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd02ee; background: linear-gradient(135deg, #cd02ee, #EE0272);