#cd02fc
a balanced, electric violet · warm · closest name: magenta
RGB
205, 2, 252
HSL
289°, 98%, 50%
CMYK
19, 99, 0, 1
Luminance
0.2005
Every format
| HEX | #cd02fc |
| RGB | rgb(205, 2, 252) |
| HSL | hsl(289, 98%, 50%) |
| CMYK | cmyk(19%, 99%, 0%, 1%) |
| LAB | lab(51.9 90.5 -73.2) |
| LCH | lch(51.9 116.4 321.0) |
| OKLCH | oklch(0.627 0.305 317.3) |
Copy-ready code
/* CSS */
color: #cd02fc;
background-color: #cd02fc;
/* Tailwind (arbitrary) */
class="text-[#cd02fc] bg-[#cd02fc]"
/* SCSS */
$brand: #cd02fc;
/* SwiftUI */
Color(red: 0.804, green: 0.008, blue: 0.988)
/* Android */
Color.parseColor("#cd02fc")Accessibility — WCAG contrast
Aa
#cd02fc on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd02fc on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.8%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta99.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cd02fc text on a black background
contrast 5.01:1
Card sample
#cd02fc text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd02fc;
Background color
Panel with #cd02fc background
background-color: #cd02fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd02fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 2, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 2, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd02fc; background: linear-gradient(135deg, #cd02fc, #FC0284);