#babfba
a light, muted gray · cool · closest name: silver
RGB
186, 191, 186
HSL
120°, 4%, 74%
CMYK
3, 0, 3, 25
Luminance
0.5125
Every format
| HEX | #babfba |
| RGB | rgb(186, 191, 186) |
| HSL | hsl(120, 4%, 74%) |
| CMYK | cmyk(3%, 0%, 3%, 25%) |
| LAB | lab(76.8 -2.7 1.9) |
| LCH | lch(76.8 3.3 144.3) |
| OKLCH | oklch(0.799 0.009 145.5) |
Copy-ready code
/* CSS */
color: #babfba;
background-color: #babfba;
/* Tailwind (arbitrary) */
class="text-[#babfba] bg-[#babfba]"
/* SCSS */
$brand: #babfba;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#babfba")Accessibility — WCAG contrast
Aa
#babfba on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfba on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue72.9%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow2.6%
Key (black)25.1%
Color previews
#babfba text on a black background
contrast 11.25:1
Card sample
#babfba text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfba;
Background color
Panel with #babfba background
background-color: #babfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfba; background: linear-gradient(135deg, #babfba, #BABFBD);