#ce02a6
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 2, 166
HSL
312°, 98%, 41%
CMYK
0, 99, 19, 19
Luminance
0.1592
Every format
| HEX | #ce02a6 |
| RGB | rgb(206, 2, 166) |
| HSL | hsl(312, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 19%, 19%) |
| LAB | lab(46.9 78.1 -31.7) |
| LCH | lch(46.9 84.3 337.9) |
| OKLCH | oklch(0.576 0.249 339.8) |
Copy-ready code
/* CSS */
color: #ce02a6;
background-color: #ce02a6;
/* Tailwind (arbitrary) */
class="text-[#ce02a6] bg-[#ce02a6]"
/* SCSS */
$brand: #ce02a6;
/* SwiftUI */
Color(red: 0.808, green: 0.008, blue: 0.651)
/* Android */
Color.parseColor("#ce02a6")Accessibility — WCAG contrast
Aa
#ce02a6 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce02a6 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.8%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow19.4%
Key (black)19.2%
Color previews
#ce02a6 text on a black background
contrast 4.18:1
Card sample
#ce02a6 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce02a6;
Background color
Panel with #ce02a6 background
background-color: #ce02a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce02a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 2, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 2, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce02a6; background: linear-gradient(135deg, #ce02a6, #CE021E);