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