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