#b89eb2
a light, soft magenta / pink · warm · closest name: silver
RGB
184, 158, 178
HSL
314°, 16%, 67%
CMYK
0, 14, 3, 28
Luminance
0.3786
Every format
| HEX | #b89eb2 |
| RGB | rgb(184, 158, 178) |
| HSL | hsl(314, 16%, 67%) |
| CMYK | cmyk(0%, 14%, 3%, 28%) |
| LAB | lab(67.9 13.1 -6.8) |
| LCH | lch(67.9 14.7 332.5) |
| OKLCH | oklch(0.728 0.041 334.0) |
Copy-ready code
/* CSS */
color: #b89eb2;
background-color: #b89eb2;
/* Tailwind (arbitrary) */
class="text-[#b89eb2] bg-[#b89eb2]"
/* SCSS */
$brand: #b89eb2;
/* SwiftUI */
Color(red: 0.722, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#b89eb2")Accessibility — WCAG contrast
Aa
#b89eb2 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b89eb2 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green62.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow3.3%
Key (black)27.8%
Color previews
#b89eb2 text on a black background
contrast 8.57:1
Card sample
#b89eb2 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b89eb2;
Background color
Panel with #b89eb2 background
background-color: #b89eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b89eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b89eb2; background: linear-gradient(135deg, #b89eb2, #B89EA1);