#babdab
a light, muted green · cool · closest name: silver
RGB
186, 189, 171
HSL
70°, 12%, 71%
CMYK
2, 0, 10, 26
Luminance
0.4977
Every format
| HEX | #babdab |
| RGB | rgb(186, 189, 171) |
| HSL | hsl(70, 12%, 71%) |
| CMYK | cmyk(2%, 0%, 10%, 26%) |
| LAB | lab(75.9 -4.3 8.7) |
| LCH | lch(75.9 9.7 116.0) |
| OKLCH | oklch(0.791 0.025 114.7) |
Copy-ready code
/* CSS */
color: #babdab;
background-color: #babdab;
/* Tailwind (arbitrary) */
class="text-[#babdab] bg-[#babdab]"
/* SCSS */
$brand: #babdab;
/* SwiftUI */
Color(red: 0.729, green: 0.741, blue: 0.671)
/* Android */
Color.parseColor("#babdab")Accessibility — WCAG contrast
Aa
#babdab on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babdab on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.1%
Blue67.1%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow9.5%
Key (black)25.9%
Color previews
#babdab text on a black background
contrast 10.95:1
Card sample
#babdab text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babdab;
Background color
Panel with #babdab background
background-color: #babdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 189, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 189, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babdab; background: linear-gradient(135deg, #babdab, #AEBDAB);