#cd86dc
a light, vivid violet · warm · closest name: orchid
RGB
205, 134, 220
HSL
290°, 55%, 69%
CMYK
7, 39, 0, 14
Luminance
0.3520
Every format
| HEX | #cd86dc |
| RGB | rgb(205, 134, 220) |
| HSL | hsl(290, 55%, 69%) |
| CMYK | cmyk(7%, 39%, 0%, 14%) |
| LAB | lab(65.9 41.3 -33.1) |
| LCH | lch(65.9 52.9 321.3) |
| OKLCH | oklch(0.723 0.142 320.5) |
Copy-ready code
/* CSS */
color: #cd86dc;
background-color: #cd86dc;
/* Tailwind (arbitrary) */
class="text-[#cd86dc] bg-[#cd86dc]"
/* SCSS */
$brand: #cd86dc;
/* SwiftUI */
Color(red: 0.804, green: 0.525, blue: 0.863)
/* Android */
Color.parseColor("#cd86dc")Accessibility — WCAG contrast
Aa
#cd86dc on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd86dc on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green52.5%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta39.1%
Yellow0.0%
Key (black)13.7%
Color previews
#cd86dc text on a black background
contrast 8.04:1
Card sample
#cd86dc text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd86dc;
Background color
Panel with #cd86dc background
background-color: #cd86dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd86dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 134, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 134, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd86dc; background: linear-gradient(135deg, #cd86dc, #DC86B2);