#b686e5
a light, vivid violet · warm · closest name: orchid
RGB
182, 134, 229
HSL
270°, 65%, 71%
CMYK
21, 42, 0, 10
Luminance
0.3265
Every format
| HEX | #b686e5 |
| RGB | rgb(182, 134, 229) |
| HSL | hsl(270, 65%, 71%) |
| CMYK | cmyk(21%, 42%, 0%, 10%) |
| LAB | lab(63.9 36.4 -41.4) |
| LCH | lch(63.9 55.1 311.3) |
| OKLCH | oklch(0.703 0.143 306.3) |
Copy-ready code
/* CSS */
color: #b686e5;
background-color: #b686e5;
/* Tailwind (arbitrary) */
class="text-[#b686e5] bg-[#b686e5]"
/* SCSS */
$brand: #b686e5;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.898)
/* Android */
Color.parseColor("#b686e5")Accessibility — WCAG contrast
Aa
#b686e5 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b686e5 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue89.8%
CMYK percentages
Cyan20.5%
Magenta41.5%
Yellow0.0%
Key (black)10.2%
Color previews
#b686e5 text on a black background
contrast 7.53:1
Card sample
#b686e5 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686e5;
Background color
Panel with #b686e5 background
background-color: #b686e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686e5; background: linear-gradient(135deg, #b686e5, #E586D5);