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