#bd86df
a light, vivid violet · warm · closest name: plum
RGB
189, 134, 223
HSL
277°, 58%, 70%
CMYK
15, 40, 0, 13
Luminance
0.3320
Every format
| HEX | #bd86df |
| RGB | rgb(189, 134, 223) |
| HSL | hsl(277, 58%, 70%) |
| CMYK | cmyk(15%, 40%, 0%, 13%) |
| LAB | lab(64.3 37.1 -37.3) |
| LCH | lch(64.3 52.6 314.8) |
| OKLCH | oklch(0.707 0.138 311.6) |
Copy-ready code
/* CSS */
color: #bd86df;
background-color: #bd86df;
/* Tailwind (arbitrary) */
class="text-[#bd86df] bg-[#bd86df]"
/* SCSS */
$brand: #bd86df;
/* SwiftUI */
Color(red: 0.741, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#bd86df")Accessibility — WCAG contrast
Aa
#bd86df on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd86df on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green52.5%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bd86df text on a black background
contrast 7.64:1
Card sample
#bd86df text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd86df;
Background color
Panel with #bd86df background
background-color: #bd86df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd86df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd86df; background: linear-gradient(135deg, #bd86df, #DF86C6);