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