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