#ce02ce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 2, 206
HSL
300°, 98%, 41%
CMYK
0, 99, 0, 19
Luminance
0.1762
Every format
| HEX | #ce02ce |
| RGB | rgb(206, 2, 206) |
| HSL | hsl(300, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 0%, 19%) |
| LAB | lab(49.0 83.5 -51.7) |
| LCH | lch(49.0 98.2 328.2) |
| OKLCH | oklch(0.598 0.274 328.4) |
Copy-ready code
/* CSS */
color: #ce02ce;
background-color: #ce02ce;
/* Tailwind (arbitrary) */
class="text-[#ce02ce] bg-[#ce02ce]"
/* SCSS */
$brand: #ce02ce;
/* SwiftUI */
Color(red: 0.808, green: 0.008, blue: 0.808)
/* Android */
Color.parseColor("#ce02ce")Accessibility — WCAG contrast
Aa
#ce02ce on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce02ce on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow0.0%
Key (black)19.2%
Color previews
#ce02ce text on a black background
contrast 4.52:1
Card sample
#ce02ce text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce02ce;
Background color
Panel with #ce02ce background
background-color: #ce02ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce02ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 2, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 2, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce02ce; background: linear-gradient(135deg, #ce02ce, #CE0246);