#baaeb0
a light, muted red · warm · closest name: silver
RGB
186, 174, 176
HSL
350°, 8%, 71%
CMYK
0, 7, 5, 27
Luminance
0.4385
Every format
| HEX | #baaeb0 |
| RGB | rgb(186, 174, 176) |
| HSL | hsl(350, 8%, 71%) |
| CMYK | cmyk(0%, 7%, 5%, 27%) |
| LAB | lab(72.1 4.6 0.5) |
| LCH | lch(72.1 4.7 6.4) |
| OKLCH | oklch(0.761 0.014 5.9) |
Copy-ready code
/* CSS */
color: #baaeb0;
background-color: #baaeb0;
/* Tailwind (arbitrary) */
class="text-[#baaeb0] bg-[#baaeb0]"
/* SCSS */
$brand: #baaeb0;
/* SwiftUI */
Color(red: 0.729, green: 0.682, blue: 0.690)
/* Android */
Color.parseColor("#baaeb0")Accessibility — WCAG contrast
Aa
#baaeb0 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baaeb0 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green68.2%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow5.4%
Key (black)27.1%
Color previews
#baaeb0 text on a black background
contrast 9.77:1
Card sample
#baaeb0 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baaeb0;
Background color
Panel with #baaeb0 background
background-color: #baaeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baaeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 174, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 174, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baaeb0; background: linear-gradient(135deg, #baaeb0, #BAB4AE);