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