#b686fd
a light, electric violet · warm · closest name: slateblue
RGB
182, 134, 253
HSL
264°, 97%, 76%
CMYK
28, 47, 0, 1
Luminance
0.3409
Every format
| HEX | #b686fd |
| RGB | rgb(182, 134, 253) |
| HSL | hsl(264, 97%, 76%) |
| CMYK | cmyk(28%, 47%, 0%, 1%) |
| LAB | lab(65.0 42.0 -52.8) |
| LCH | lch(65.0 67.5 308.5) |
| OKLCH | oklch(0.716 0.172 300.7) |
Copy-ready code
/* CSS */
color: #b686fd;
background-color: #b686fd;
/* Tailwind (arbitrary) */
class="text-[#b686fd] bg-[#b686fd]"
/* SCSS */
$brand: #b686fd;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#b686fd")Accessibility — WCAG contrast
Aa
#b686fd on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b686fd on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b686fd text on a black background
contrast 7.82:1
Card sample
#b686fd text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686fd;
Background color
Panel with #b686fd background
background-color: #b686fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686fd; background: linear-gradient(135deg, #b686fd, #FD86F5);