#ce02ba
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 2, 186
HSL
306°, 98%, 41%
CMYK
0, 99, 10, 19
Luminance
0.1671
Every format
| HEX | #ce02ba |
| RGB | rgb(206, 2, 186) |
| HSL | hsl(306, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 10%, 19%) |
| LAB | lab(47.9 80.7 -41.9) |
| LCH | lch(47.9 90.9 332.6) |
| OKLCH | oklch(0.586 0.261 333.8) |
Copy-ready code
/* CSS */
color: #ce02ba;
background-color: #ce02ba;
/* Tailwind (arbitrary) */
class="text-[#ce02ba] bg-[#ce02ba]"
/* SCSS */
$brand: #ce02ba;
/* SwiftUI */
Color(red: 0.808, green: 0.008, blue: 0.729)
/* Android */
Color.parseColor("#ce02ba")Accessibility — WCAG contrast
Aa
#ce02ba on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce02ba on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow9.7%
Key (black)19.2%
Color previews
#ce02ba text on a black background
contrast 4.34:1
Card sample
#ce02ba text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce02ba;
Background color
Panel with #ce02ba background
background-color: #ce02ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce02ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 2, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 2, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce02ba; background: linear-gradient(135deg, #ce02ba, #CE0232);