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