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