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