#ce02cb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 2, 203
HSL
301°, 98%, 41%
CMYK
0, 99, 2, 19
Luminance
0.1748
Every format
| HEX | #ce02cb |
| RGB | rgb(206, 2, 203) |
| HSL | hsl(301, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 2%, 19%) |
| LAB | lab(48.9 83.0 -50.3) |
| LCH | lch(48.9 97.1 328.8) |
| OKLCH | oklch(0.596 0.272 329.1) |
Copy-ready code
/* CSS */
color: #ce02cb;
background-color: #ce02cb;
/* Tailwind (arbitrary) */
class="text-[#ce02cb] bg-[#ce02cb]"
/* SCSS */
$brand: #ce02cb;
/* SwiftUI */
Color(red: 0.808, green: 0.008, blue: 0.796)
/* Android */
Color.parseColor("#ce02cb")Accessibility — WCAG contrast
Aa
#ce02cb on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce02cb on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow1.5%
Key (black)19.2%
Color previews
#ce02cb text on a black background
contrast 4.50:1
Card sample
#ce02cb text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce02cb;
Background color
Panel with #ce02cb background
background-color: #ce02cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce02cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 2, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 2, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce02cb; background: linear-gradient(135deg, #ce02cb, #CE0243);