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