#ce02af
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 2, 175
HSL
309°, 98%, 41%
CMYK
0, 99, 15, 19
Luminance
0.1626
Every format
| HEX | #ce02af |
| RGB | rgb(206, 2, 175) |
| HSL | hsl(309, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 15%, 19%) |
| LAB | lab(47.3 79.3 -36.4) |
| LCH | lch(47.3 87.2 335.4) |
| OKLCH | oklch(0.580 0.255 337.1) |
Copy-ready code
/* CSS */
color: #ce02af;
background-color: #ce02af;
/* Tailwind (arbitrary) */
class="text-[#ce02af] bg-[#ce02af]"
/* SCSS */
$brand: #ce02af;
/* SwiftUI */
Color(red: 0.808, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#ce02af")Accessibility — WCAG contrast
Aa
#ce02af on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce02af on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow15.0%
Key (black)19.2%
Color previews
#ce02af text on a black background
contrast 4.25:1
Card sample
#ce02af text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce02af;
Background color
Panel with #ce02af background
background-color: #ce02af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce02af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce02af; background: linear-gradient(135deg, #ce02af, #CE0227);