#ce86df
a light, vivid violet · warm · closest name: orchid
RGB
206, 134, 223
HSL
289°, 58%, 70%
CMYK
8, 40, 0, 13
Luminance
0.3550
Every format
| HEX | #ce86df |
| RGB | rgb(206, 134, 223) |
| HSL | hsl(289, 58%, 70%) |
| CMYK | cmyk(8%, 40%, 0%, 13%) |
| LAB | lab(66.1 42.2 -34.4) |
| LCH | lch(66.1 54.4 320.8) |
| OKLCH | oklch(0.725 0.146 319.8) |
Copy-ready code
/* CSS */
color: #ce86df;
background-color: #ce86df;
/* Tailwind (arbitrary) */
class="text-[#ce86df] bg-[#ce86df]"
/* SCSS */
$brand: #ce86df;
/* SwiftUI */
Color(red: 0.808, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#ce86df")Accessibility — WCAG contrast
Aa
#ce86df on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce86df on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.5%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ce86df text on a black background
contrast 8.10:1
Card sample
#ce86df text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce86df;
Background color
Panel with #ce86df background
background-color: #ce86df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce86df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce86df; background: linear-gradient(135deg, #ce86df, #DF86B5);