#ce0af6
a balanced, electric violet · warm · closest name: magenta
RGB
206, 10, 246
HSL
290°, 93%, 50%
CMYK
16, 96, 0, 4
Luminance
0.1999
Every format
| HEX | #ce0af6 |
| RGB | rgb(206, 10, 246) |
| HSL | hsl(290, 93%, 50%) |
| CMYK | cmyk(16%, 96%, 0%, 4%) |
| LAB | lab(51.8 89.0 -69.9) |
| LCH | lch(51.8 113.2 321.9) |
| OKLCH | oklch(0.625 0.299 318.7) |
Copy-ready code
/* CSS */
color: #ce0af6;
background-color: #ce0af6;
/* Tailwind (arbitrary) */
class="text-[#ce0af6] bg-[#ce0af6]"
/* SCSS */
$brand: #ce0af6;
/* SwiftUI */
Color(red: 0.808, green: 0.039, blue: 0.965)
/* Android */
Color.parseColor("#ce0af6")Accessibility — WCAG contrast
Aa
#ce0af6 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce0af6 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green3.9%
Blue96.5%
CMYK percentages
Cyan16.3%
Magenta95.9%
Yellow0.0%
Key (black)3.5%
Color previews
#ce0af6 text on a black background
contrast 5.00:1
Card sample
#ce0af6 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0af6;
Background color
Panel with #ce0af6 background
background-color: #ce0af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 10, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 10, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0af6; background: linear-gradient(135deg, #ce0af6, #F60A81);