#b686e7
a light, vivid violet · warm · closest name: orchid
RGB
182, 134, 231
HSL
270°, 67%, 72%
CMYK
21, 42, 0, 9
Luminance
0.3276
Every format
| HEX | #b686e7 |
| RGB | rgb(182, 134, 231) |
| HSL | hsl(270, 67%, 72%) |
| CMYK | cmyk(21%, 42%, 0%, 9%) |
| LAB | lab(64.0 36.9 -42.4) |
| LCH | lch(64.0 56.1 311.0) |
| OKLCH | oklch(0.704 0.145 305.8) |
Copy-ready code
/* CSS */
color: #b686e7;
background-color: #b686e7;
/* Tailwind (arbitrary) */
class="text-[#b686e7] bg-[#b686e7]"
/* SCSS */
$brand: #b686e7;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.906)
/* Android */
Color.parseColor("#b686e7")Accessibility — WCAG contrast
Aa
#b686e7 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b686e7 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue90.6%
CMYK percentages
Cyan21.2%
Magenta42.0%
Yellow0.0%
Key (black)9.4%
Color previews
#b686e7 text on a black background
contrast 7.55:1
Card sample
#b686e7 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686e7;
Background color
Panel with #b686e7 background
background-color: #b686e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686e7; background: linear-gradient(135deg, #b686e7, #E786D7);