#b686f6
a light, electric violet · warm · closest name: violet
RGB
182, 134, 246
HSL
266°, 86%, 75%
CMYK
26, 46, 0, 4
Luminance
0.3365
Every format
| HEX | #b686f6 |
| RGB | rgb(182, 134, 246) |
| HSL | hsl(266, 86%, 75%) |
| CMYK | cmyk(26%, 46%, 0%, 4%) |
| LAB | lab(64.7 40.3 -49.5) |
| LCH | lch(64.7 63.8 309.2) |
| OKLCH | oklch(0.712 0.164 302.2) |
Copy-ready code
/* CSS */
color: #b686f6;
background-color: #b686f6;
/* Tailwind (arbitrary) */
class="text-[#b686f6] bg-[#b686f6]"
/* SCSS */
$brand: #b686f6;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.965)
/* Android */
Color.parseColor("#b686f6")Accessibility — WCAG contrast
Aa
#b686f6 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b686f6 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue96.5%
CMYK percentages
Cyan26.0%
Magenta45.5%
Yellow0.0%
Key (black)3.5%
Color previews
#b686f6 text on a black background
contrast 7.73:1
Card sample
#b686f6 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686f6;
Background color
Panel with #b686f6 background
background-color: #b686f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686f6; background: linear-gradient(135deg, #b686f6, #F686EB);