#ce02d2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 2, 210
HSL
299°, 98%, 42%
CMYK
2, 99, 0, 18
Luminance
0.1782
Every format
| HEX | #ce02d2 |
| RGB | rgb(206, 2, 210) |
| HSL | hsl(299, 98%, 42%) |
| CMYK | cmyk(2%, 99%, 0%, 18%) |
| LAB | lab(49.3 84.1 -53.6) |
| LCH | lch(49.3 99.7 327.5) |
| OKLCH | oklch(0.600 0.277 327.3) |
Copy-ready code
/* CSS */
color: #ce02d2;
background-color: #ce02d2;
/* Tailwind (arbitrary) */
class="text-[#ce02d2] bg-[#ce02d2]"
/* SCSS */
$brand: #ce02d2;
/* SwiftUI */
Color(red: 0.808, green: 0.008, blue: 0.824)
/* Android */
Color.parseColor("#ce02d2")Accessibility — WCAG contrast
Aa
#ce02d2 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce02d2 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.8%
Blue82.4%
CMYK percentages
Cyan1.9%
Magenta99.0%
Yellow0.0%
Key (black)17.6%
Color previews
#ce02d2 text on a black background
contrast 4.56:1
Card sample
#ce02d2 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce02d2;
Background color
Panel with #ce02d2 background
background-color: #ce02d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce02d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 2, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 2, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce02d2; background: linear-gradient(135deg, #ce02d2, #D2024C);