#b686ff
a light, electric violet · warm · closest name: slateblue
RGB
182, 134, 255
HSL
264°, 100%, 76%
CMYK
29, 48, 0, 0
Luminance
0.3422
Every format
| HEX | #b686ff |
| RGB | rgb(182, 134, 255) |
| HSL | hsl(264, 100%, 76%) |
| CMYK | cmyk(29%, 48%, 0%, 0%) |
| LAB | lab(65.1 42.5 -53.7) |
| LCH | lch(65.1 68.5 308.3) |
| OKLCH | oklch(0.717 0.175 300.4) |
Copy-ready code
/* CSS */
color: #b686ff;
background-color: #b686ff;
/* Tailwind (arbitrary) */
class="text-[#b686ff] bg-[#b686ff]"
/* SCSS */
$brand: #b686ff;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 1.000)
/* Android */
Color.parseColor("#b686ff")Accessibility — WCAG contrast
Aa
#b686ff on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b686ff on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue100.0%
CMYK percentages
Cyan28.6%
Magenta47.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b686ff text on a black background
contrast 7.84:1
Card sample
#b686ff text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686ff;
Background color
Panel with #b686ff background
background-color: #b686ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686ff; background: linear-gradient(135deg, #b686ff, #FF86F7);