#bbaeb4
a light, muted magenta / pink · warm · closest name: silver
RGB
187, 174, 180
HSL
332°, 9%, 71%
CMYK
0, 7, 4, 27
Luminance
0.4413
Every format
| HEX | #bbaeb4 |
| RGB | rgb(187, 174, 180) |
| HSL | hsl(332, 9%, 71%) |
| CMYK | cmyk(0%, 7%, 4%, 27%) |
| LAB | lab(72.3 5.7 -1.4) |
| LCH | lch(72.3 5.9 346.3) |
| OKLCH | oklch(0.763 0.017 347.8) |
Copy-ready code
/* CSS */
color: #bbaeb4;
background-color: #bbaeb4;
/* Tailwind (arbitrary) */
class="text-[#bbaeb4] bg-[#bbaeb4]"
/* SCSS */
$brand: #bbaeb4;
/* SwiftUI */
Color(red: 0.733, green: 0.682, blue: 0.706)
/* Android */
Color.parseColor("#bbaeb4")Accessibility — WCAG contrast
Aa
#bbaeb4 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaeb4 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.2%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow3.7%
Key (black)26.7%
Color previews
#bbaeb4 text on a black background
contrast 9.83:1
Card sample
#bbaeb4 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaeb4;
Background color
Panel with #bbaeb4 background
background-color: #bbaeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 174, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 174, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaeb4; background: linear-gradient(135deg, #bbaeb4, #BBB1AE);