#b286af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
178, 134, 175
HSL
304°, 22%, 61%
CMYK
0, 25, 2, 30
Luminance
0.2961
Every format
| HEX | #b286af |
| RGB | rgb(178, 134, 175) |
| HSL | hsl(304, 22%, 61%) |
| CMYK | cmyk(0%, 25%, 2%, 30%) |
| LAB | lab(61.3 23.8 -15.1) |
| LCH | lch(61.3 28.2 327.7) |
| OKLCH | oklch(0.676 0.078 328.7) |
Copy-ready code
/* CSS */
color: #b286af;
background-color: #b286af;
/* Tailwind (arbitrary) */
class="text-[#b286af] bg-[#b286af]"
/* SCSS */
$brand: #b286af;
/* SwiftUI */
Color(red: 0.698, green: 0.525, blue: 0.686)
/* Android */
Color.parseColor("#b286af")Accessibility — WCAG contrast
Aa
#b286af on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b286af on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green52.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow1.7%
Key (black)30.2%
Color previews
#b286af text on a black background
contrast 6.92:1
Card sample
#b286af text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b286af;
Background color
Panel with #b286af background
background-color: #b286af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b286af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 134, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 134, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b286af; background: linear-gradient(135deg, #b286af, #B28692);