#bbaeb7
a light, muted magenta / pink · warm · closest name: silver
RGB
187, 174, 183
HSL
319°, 9%, 71%
CMYK
0, 7, 2, 27
Luminance
0.4426
Every format
| HEX | #bbaeb7 |
| RGB | rgb(187, 174, 183) |
| HSL | hsl(319, 9%, 71%) |
| CMYK | cmyk(0%, 7%, 2%, 27%) |
| LAB | lab(72.4 6.3 -2.9) |
| LCH | lch(72.4 6.9 335.0) |
| OKLCH | oklch(0.764 0.019 336.7) |
Copy-ready code
/* CSS */
color: #bbaeb7;
background-color: #bbaeb7;
/* Tailwind (arbitrary) */
class="text-[#bbaeb7] bg-[#bbaeb7]"
/* SCSS */
$brand: #bbaeb7;
/* SwiftUI */
Color(red: 0.733, green: 0.682, blue: 0.718)
/* Android */
Color.parseColor("#bbaeb7")Accessibility — WCAG contrast
Aa
#bbaeb7 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaeb7 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.2%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow2.1%
Key (black)26.7%
Color previews
#bbaeb7 text on a black background
contrast 9.85:1
Card sample
#bbaeb7 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaeb7;
Background color
Panel with #bbaeb7 background
background-color: #bbaeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 174, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 174, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaeb7; background: linear-gradient(135deg, #bbaeb7, #BBAEAE);