#ce10ff
a balanced, electric violet · warm · closest name: magenta
RGB
206, 16, 255
HSL
288°, 100%, 53%
CMYK
19, 94, 0, 0
Luminance
0.2071
Every format
| HEX | #ce10ff |
| RGB | rgb(206, 16, 255) |
| HSL | hsl(288, 100%, 53%) |
| CMYK | cmyk(19%, 94%, 0%, 0%) |
| LAB | lab(52.6 90.0 -73.6) |
| LCH | lch(52.6 116.3 320.7) |
| OKLCH | oklch(0.633 0.304 316.8) |
Copy-ready code
/* CSS */
color: #ce10ff;
background-color: #ce10ff;
/* Tailwind (arbitrary) */
class="text-[#ce10ff] bg-[#ce10ff]"
/* SCSS */
$brand: #ce10ff;
/* SwiftUI */
Color(red: 0.808, green: 0.063, blue: 1.000)
/* Android */
Color.parseColor("#ce10ff")Accessibility — WCAG contrast
Aa
#ce10ff on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce10ff on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green6.3%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta93.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ce10ff text on a black background
contrast 5.14:1
Card sample
#ce10ff text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce10ff;
Background color
Panel with #ce10ff background
background-color: #ce10ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce10ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 16, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 16, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce10ff; background: linear-gradient(135deg, #ce10ff, #FF1091);