#ce86eb
a light, vivid violet · warm · closest name: violet
RGB
206, 134, 235
HSL
283°, 72%, 72%
CMYK
12, 43, 0, 8
Luminance
0.3617
Every format
| HEX | #ce86eb |
| RGB | rgb(206, 134, 235) |
| HSL | hsl(283, 72%, 72%) |
| CMYK | cmyk(12%, 43%, 0%, 8%) |
| LAB | lab(66.7 44.6 -40.2) |
| LCH | lch(66.7 60.0 318.0) |
| OKLCH | oklch(0.731 0.159 315.7) |
Copy-ready code
/* CSS */
color: #ce86eb;
background-color: #ce86eb;
/* Tailwind (arbitrary) */
class="text-[#ce86eb] bg-[#ce86eb]"
/* SCSS */
$brand: #ce86eb;
/* SwiftUI */
Color(red: 0.808, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#ce86eb")Accessibility — WCAG contrast
Aa
#ce86eb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce86eb on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.5%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ce86eb text on a black background
contrast 8.23:1
Card sample
#ce86eb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce86eb;
Background color
Panel with #ce86eb background
background-color: #ce86eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce86eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce86eb; background: linear-gradient(135deg, #ce86eb, #EB86C5);