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