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