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