#b686f0
a light, electric violet · warm · closest name: orchid
RGB
182, 134, 240
HSL
267°, 78%, 73%
CMYK
24, 44, 0, 6
Luminance
0.3329
Every format
| HEX | #b686f0 |
| RGB | rgb(182, 134, 240) |
| HSL | hsl(267, 78%, 73%) |
| CMYK | cmyk(24%, 44%, 0%, 6%) |
| LAB | lab(64.4 38.9 -46.7) |
| LCH | lch(64.4 60.8 309.8) |
| OKLCH | oklch(0.709 0.157 303.6) |
Copy-ready code
/* CSS */
color: #b686f0;
background-color: #b686f0;
/* Tailwind (arbitrary) */
class="text-[#b686f0] bg-[#b686f0]"
/* SCSS */
$brand: #b686f0;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.941)
/* Android */
Color.parseColor("#b686f0")Accessibility — WCAG contrast
Aa
#b686f0 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b686f0 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue94.1%
CMYK percentages
Cyan24.2%
Magenta44.2%
Yellow0.0%
Key (black)5.9%
Color previews
#b686f0 text on a black background
contrast 7.66:1
Card sample
#b686f0 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686f0;
Background color
Panel with #b686f0 background
background-color: #b686f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686f0; background: linear-gradient(135deg, #b686f0, #F086E3);