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