#b89fbc
a light, soft magenta / pink · warm · closest name: silver
RGB
184, 159, 188
HSL
292°, 18%, 68%
CMYK
2, 15, 0, 26
Luminance
0.3862
Every format
| HEX | #b89fbc |
| RGB | rgb(184, 159, 188) |
| HSL | hsl(292, 18%, 68%) |
| CMYK | cmyk(2%, 15%, 0%, 26%) |
| LAB | lab(68.5 14.4 -11.5) |
| LCH | lch(68.5 18.5 321.4) |
| OKLCH | oklch(0.734 0.050 321.6) |
Copy-ready code
/* CSS */
color: #b89fbc;
background-color: #b89fbc;
/* Tailwind (arbitrary) */
class="text-[#b89fbc] bg-[#b89fbc]"
/* SCSS */
$brand: #b89fbc;
/* SwiftUI */
Color(red: 0.722, green: 0.624, blue: 0.737)
/* Android */
Color.parseColor("#b89fbc")Accessibility — WCAG contrast
Aa
#b89fbc on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b89fbc on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green62.4%
Blue73.7%
CMYK percentages
Cyan2.1%
Magenta15.4%
Yellow0.0%
Key (black)26.3%
Color previews
#b89fbc text on a black background
contrast 8.72:1
Card sample
#b89fbc text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b89fbc;
Background color
Panel with #b89fbc background
background-color: #b89fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b89fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 159, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 159, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b89fbc; background: linear-gradient(135deg, #b89fbc, #BC9FAD);