#ce02da
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 2, 218
HSL
297°, 98%, 43%
CMYK
6, 99, 0, 15
Luminance
0.1823
Every format
| HEX | #ce02da |
| RGB | rgb(206, 2, 218) |
| HSL | hsl(297, 98%, 43%) |
| CMYK | cmyk(6%, 99%, 0%, 15%) |
| LAB | lab(49.8 85.3 -57.4) |
| LCH | lch(49.8 102.8 326.0) |
| OKLCH | oklch(0.605 0.282 325.3) |
Copy-ready code
/* CSS */
color: #ce02da;
background-color: #ce02da;
/* Tailwind (arbitrary) */
class="text-[#ce02da] bg-[#ce02da]"
/* SCSS */
$brand: #ce02da;
/* SwiftUI */
Color(red: 0.808, green: 0.008, blue: 0.855)
/* Android */
Color.parseColor("#ce02da")Accessibility — WCAG contrast
Aa
#ce02da on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce02da on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.8%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta99.1%
Yellow0.0%
Key (black)14.5%
Color previews
#ce02da text on a black background
contrast 4.65:1
Card sample
#ce02da text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce02da;
Background color
Panel with #ce02da background
background-color: #ce02da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce02da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 2, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 2, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce02da; background: linear-gradient(135deg, #ce02da, #DA0256);