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