#ce0ae4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 10, 228
HSL
294°, 92%, 47%
CMYK
10, 96, 0, 11
Luminance
0.1894
Every format
| HEX | #ce0ae4 |
| RGB | rgb(206, 10, 228) |
| HSL | hsl(294, 92%, 47%) |
| CMYK | cmyk(10%, 96%, 0%, 11%) |
| LAB | lab(50.6 86.2 -61.7) |
| LCH | lch(50.6 106.0 324.4) |
| OKLCH | oklch(0.613 0.287 322.8) |
Copy-ready code
/* CSS */
color: #ce0ae4;
background-color: #ce0ae4;
/* Tailwind (arbitrary) */
class="text-[#ce0ae4] bg-[#ce0ae4]"
/* SCSS */
$brand: #ce0ae4;
/* SwiftUI */
Color(red: 0.808, green: 0.039, blue: 0.894)
/* Android */
Color.parseColor("#ce0ae4")Accessibility — WCAG contrast
Aa
#ce0ae4 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce0ae4 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green3.9%
Blue89.4%
CMYK percentages
Cyan9.6%
Magenta95.6%
Yellow0.0%
Key (black)10.6%
Color previews
#ce0ae4 text on a black background
contrast 4.79:1
Card sample
#ce0ae4 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0ae4;
Background color
Panel with #ce0ae4 background
background-color: #ce0ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 10, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 10, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0ae4; background: linear-gradient(135deg, #ce0ae4, #E40A69);