#cb86df
a light, vivid violet · warm · closest name: orchid
RGB
203, 134, 223
HSL
287°, 58%, 70%
CMYK
9, 40, 0, 13
Luminance
0.3507
Every format
| HEX | #cb86df |
| RGB | rgb(203, 134, 223) |
| HSL | hsl(287, 58%, 70%) |
| CMYK | cmyk(9%, 40%, 0%, 13%) |
| LAB | lab(65.8 41.3 -34.9) |
| LCH | lch(65.8 54.0 319.8) |
| OKLCH | oklch(0.722 0.145 318.4) |
Copy-ready code
/* CSS */
color: #cb86df;
background-color: #cb86df;
/* Tailwind (arbitrary) */
class="text-[#cb86df] bg-[#cb86df]"
/* SCSS */
$brand: #cb86df;
/* SwiftUI */
Color(red: 0.796, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#cb86df")Accessibility — WCAG contrast
Aa
#cb86df on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb86df on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green52.5%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cb86df text on a black background
contrast 8.01:1
Card sample
#cb86df text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb86df;
Background color
Panel with #cb86df background
background-color: #cb86df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb86df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb86df; background: linear-gradient(135deg, #cb86df, #DF86B8);