#ce0fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 15, 226
HSL
294°, 88%, 47%
CMYK
9, 93, 0, 11
Luminance
0.1895
Every format
| HEX | #ce0fe2 |
| RGB | rgb(206, 15, 226) |
| HSL | hsl(294, 88%, 47%) |
| CMYK | cmyk(9%, 93%, 0%, 11%) |
| LAB | lab(50.6 85.4 -60.6) |
| LCH | lch(50.6 104.7 324.7) |
| OKLCH | oklch(0.613 0.284 323.3) |
Copy-ready code
/* CSS */
color: #ce0fe2;
background-color: #ce0fe2;
/* Tailwind (arbitrary) */
class="text-[#ce0fe2] bg-[#ce0fe2]"
/* SCSS */
$brand: #ce0fe2;
/* SwiftUI */
Color(red: 0.808, green: 0.059, blue: 0.886)
/* Android */
Color.parseColor("#ce0fe2")Accessibility — WCAG contrast
Aa
#ce0fe2 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce0fe2 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green5.9%
Blue88.6%
CMYK percentages
Cyan8.8%
Magenta93.4%
Yellow0.0%
Key (black)11.4%
Color previews
#ce0fe2 text on a black background
contrast 4.79:1
Card sample
#ce0fe2 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0fe2;
Background color
Panel with #ce0fe2 background
background-color: #ce0fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 15, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 15, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0fe2; background: linear-gradient(135deg, #ce0fe2, #E20F69);