#b686db
a light, vivid violet · warm · closest name: plum
RGB
182, 134, 219
HSL
274°, 54%, 69%
CMYK
17, 39, 0, 14
Luminance
0.3211
Every format
| HEX | #b686db |
| RGB | rgb(182, 134, 219) |
| HSL | hsl(274, 54%, 69%) |
| CMYK | cmyk(17%, 39%, 0%, 14%) |
| LAB | lab(63.4 34.2 -36.5) |
| LCH | lch(63.4 50.0 313.1) |
| OKLCH | oklch(0.699 0.131 309.3) |
Copy-ready code
/* CSS */
color: #b686db;
background-color: #b686db;
/* Tailwind (arbitrary) */
class="text-[#b686db] bg-[#b686db]"
/* SCSS */
$brand: #b686db;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.859)
/* Android */
Color.parseColor("#b686db")Accessibility — WCAG contrast
Aa
#b686db on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b686db on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue85.9%
CMYK percentages
Cyan16.9%
Magenta38.8%
Yellow0.0%
Key (black)14.1%
Color previews
#b686db text on a black background
contrast 7.42:1
Card sample
#b686db text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686db;
Background color
Panel with #b686db background
background-color: #b686db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686db; background: linear-gradient(135deg, #b686db, #DB86C7);