#ce86fd
a light, electric violet · warm · closest name: violet
RGB
206, 134, 253
HSL
276°, 97%, 76%
CMYK
19, 47, 0, 1
Luminance
0.3726
Every format
| HEX | #ce86fd |
| RGB | rgb(206, 134, 253) |
| HSL | hsl(276, 97%, 76%) |
| CMYK | cmyk(19%, 47%, 0%, 1%) |
| LAB | lab(67.5 48.4 -48.8) |
| LCH | lch(67.5 68.7 314.8) |
| OKLCH | oklch(0.740 0.179 310.6) |
Copy-ready code
/* CSS */
color: #ce86fd;
background-color: #ce86fd;
/* Tailwind (arbitrary) */
class="text-[#ce86fd] bg-[#ce86fd]"
/* SCSS */
$brand: #ce86fd;
/* SwiftUI */
Color(red: 0.808, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#ce86fd")Accessibility — WCAG contrast
Aa
#ce86fd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce86fd on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.5%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ce86fd text on a black background
contrast 8.45:1
Card sample
#ce86fd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce86fd;
Background color
Panel with #ce86fd background
background-color: #ce86fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce86fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce86fd; background: linear-gradient(135deg, #ce86fd, #FD86DD);