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