#b686cf
a light, soft violet · warm · closest name: plum
RGB
182, 134, 207
HSL
280°, 43%, 67%
CMYK
12, 35, 0, 19
Luminance
0.3150
Every format
| HEX | #b686cf |
| RGB | rgb(182, 134, 207) |
| HSL | hsl(280, 43%, 67%) |
| CMYK | cmyk(12%, 35%, 0%, 19%) |
| LAB | lab(62.9 31.6 -30.6) |
| LCH | lch(62.9 44.0 315.9) |
| OKLCH | oklch(0.693 0.116 313.6) |
Copy-ready code
/* CSS */
color: #b686cf;
background-color: #b686cf;
/* Tailwind (arbitrary) */
class="text-[#b686cf] bg-[#b686cf]"
/* SCSS */
$brand: #b686cf;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#b686cf")Accessibility — WCAG contrast
Aa
#b686cf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b686cf on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta35.3%
Yellow0.0%
Key (black)18.8%
Color previews
#b686cf text on a black background
contrast 7.30:1
Card sample
#b686cf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686cf;
Background color
Panel with #b686cf background
background-color: #b686cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686cf; background: linear-gradient(135deg, #b686cf, #CF86B7);