#cd86db
a light, vivid magenta / pink · warm · closest name: orchid
RGB
205, 134, 219
HSL
290°, 54%, 69%
CMYK
6, 39, 0, 14
Luminance
0.3514
Every format
| HEX | #cd86db |
| RGB | rgb(205, 134, 219) |
| HSL | hsl(290, 54%, 69%) |
| CMYK | cmyk(6%, 39%, 0%, 14%) |
| LAB | lab(65.9 41.1 -32.6) |
| LCH | lch(65.9 52.4 321.6) |
| OKLCH | oklch(0.722 0.141 320.8) |
Copy-ready code
/* CSS */
color: #cd86db;
background-color: #cd86db;
/* Tailwind (arbitrary) */
class="text-[#cd86db] bg-[#cd86db]"
/* SCSS */
$brand: #cd86db;
/* SwiftUI */
Color(red: 0.804, green: 0.525, blue: 0.859)
/* Android */
Color.parseColor("#cd86db")Accessibility — WCAG contrast
Aa
#cd86db on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd86db on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green52.5%
Blue85.9%
CMYK percentages
Cyan6.4%
Magenta38.8%
Yellow0.0%
Key (black)14.1%
Color previews
#cd86db text on a black background
contrast 8.03:1
Card sample
#cd86db text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd86db;
Background color
Panel with #cd86db background
background-color: #cd86db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd86db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 134, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 134, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd86db; background: linear-gradient(135deg, #cd86db, #DB86B0);