#b686a3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
182, 134, 163
HSL
324°, 25%, 62%
CMYK
0, 26, 10, 29
Luminance
0.2964
Every format
| HEX | #b686a3 |
| RGB | rgb(182, 134, 163) |
| HSL | hsl(324, 25%, 62%) |
| CMYK | cmyk(0%, 26%, 10%, 29%) |
| LAB | lab(61.3 23.0 -8.1) |
| LCH | lch(61.3 24.4 340.5) |
| OKLCH | oklch(0.676 0.070 342.3) |
Copy-ready code
/* CSS */
color: #b686a3;
background-color: #b686a3;
/* Tailwind (arbitrary) */
class="text-[#b686a3] bg-[#b686a3]"
/* SCSS */
$brand: #b686a3;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.639)
/* Android */
Color.parseColor("#b686a3")Accessibility — WCAG contrast
Aa
#b686a3 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b686a3 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow10.4%
Key (black)28.6%
Color previews
#b686a3 text on a black background
contrast 6.93:1
Card sample
#b686a3 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b686a3;
Background color
Panel with #b686a3 background
background-color: #b686a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b686a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b686a3; background: linear-gradient(135deg, #b686a3, #B68986);