#babdaf
a light, muted green · cool · closest name: silver
RGB
186, 189, 175
HSL
73°, 10%, 71%
CMYK
2, 0, 7, 26
Luminance
0.4993
Every format
| HEX | #babdaf |
| RGB | rgb(186, 189, 175) |
| HSL | hsl(73, 10%, 71%) |
| CMYK | cmyk(2%, 0%, 7%, 26%) |
| LAB | lab(76.0 -3.6 6.7) |
| LCH | lch(76.0 7.6 118.1) |
| OKLCH | oklch(0.792 0.020 116.7) |
Copy-ready code
/* CSS */
color: #babdaf;
background-color: #babdaf;
/* Tailwind (arbitrary) */
class="text-[#babdaf] bg-[#babdaf]"
/* SCSS */
$brand: #babdaf;
/* SwiftUI */
Color(red: 0.729, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#babdaf")Accessibility — WCAG contrast
Aa
#babdaf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babdaf on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.1%
Blue68.6%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow7.4%
Key (black)25.9%
Color previews
#babdaf text on a black background
contrast 10.99:1
Card sample
#babdaf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babdaf;
Background color
Panel with #babdaf background
background-color: #babdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babdaf; background: linear-gradient(135deg, #babdaf, #B1BDAF);