#b686f3
a light, electric violet · warm · closest name: violet
RGB
182, 134, 243
HSL
266°, 82%, 74%
CMYK
25, 45, 0, 5
Luminance
0.3347
Every format
| HEX | #b686f3 |
| RGB | rgb(182, 134, 243) |
| HSL | hsl(266, 82%, 74%) |
| CMYK | cmyk(25%, 45%, 0%, 5%) |
| LAB | lab(64.5 39.6 -48.1) |
| LCH | lch(64.5 62.3 309.5) |
| OKLCH | oklch(0.710 0.160 302.9) |
Copy-ready code
/* CSS */
color: #b686f3;
background-color: #b686f3;
/* Tailwind (arbitrary) */
class="text-[#b686f3] bg-[#b686f3]"
/* SCSS */
$brand: #b686f3;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.953)
/* Android */
Color.parseColor("#b686f3")Accessibility — WCAG contrast
Aa
#b686f3 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b686f3 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue95.3%
CMYK percentages
Cyan25.1%
Magenta44.9%
Yellow0.0%
Key (black)4.7%
Color previews
#b686f3 text on a black background
contrast 7.69:1
Card sample
#b686f3 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686f3;
Background color
Panel with #b686f3 background
background-color: #b686f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686f3; background: linear-gradient(135deg, #b686f3, #F386E7);