#b686e4
a light, vivid violet · warm · closest name: orchid
RGB
182, 134, 228
HSL
271°, 64%, 71%
CMYK
20, 41, 0, 11
Luminance
0.3260
Every format
| HEX | #b686e4 |
| RGB | rgb(182, 134, 228) |
| HSL | hsl(271, 64%, 71%) |
| CMYK | cmyk(20%, 41%, 0%, 11%) |
| LAB | lab(63.8 36.2 -40.9) |
| LCH | lch(63.8 54.6 311.5) |
| OKLCH | oklch(0.703 0.142 306.6) |
Copy-ready code
/* CSS */
color: #b686e4;
background-color: #b686e4;
/* Tailwind (arbitrary) */
class="text-[#b686e4] bg-[#b686e4]"
/* SCSS */
$brand: #b686e4;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.894)
/* Android */
Color.parseColor("#b686e4")Accessibility — WCAG contrast
Aa
#b686e4 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b686e4 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue89.4%
CMYK percentages
Cyan20.2%
Magenta41.2%
Yellow0.0%
Key (black)10.6%
Color previews
#b686e4 text on a black background
contrast 7.52:1
Card sample
#b686e4 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686e4;
Background color
Panel with #b686e4 background
background-color: #b686e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686e4; background: linear-gradient(135deg, #b686e4, #E486D3);