#bab1af
a light, muted gray · warm · closest name: silver
RGB
186, 177, 175
HSL
11°, 7%, 71%
CMYK
0, 5, 6, 27
Luminance
0.4498
Every format
| HEX | #bab1af |
| RGB | rgb(186, 177, 175) |
| HSL | hsl(11, 7%, 71%) |
| CMYK | cmyk(0%, 5%, 6%, 27%) |
| LAB | lab(72.9 2.8 2.2) |
| LCH | lch(72.9 3.6 37.3) |
| OKLCH | oklch(0.767 0.011 32.5) |
Copy-ready code
/* CSS */
color: #bab1af;
background-color: #bab1af;
/* Tailwind (arbitrary) */
class="text-[#bab1af] bg-[#bab1af]"
/* SCSS */
$brand: #bab1af;
/* SwiftUI */
Color(red: 0.729, green: 0.694, blue: 0.686)
/* Android */
Color.parseColor("#bab1af")Accessibility — WCAG contrast
Aa
#bab1af on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab1af on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green69.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow5.9%
Key (black)27.1%
Color previews
#bab1af text on a black background
contrast 10.00:1
Card sample
#bab1af text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab1af;
Background color
Panel with #bab1af background
background-color: #bab1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 177, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 177, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab1af; background: linear-gradient(135deg, #bab1af, #BAB8AF);