#bababf
a light, muted gray · warm · closest name: silver
RGB
186, 186, 191
HSL
240°, 4%, 74%
CMYK
3, 3, 0, 25
Luminance
0.4932
Every format
| HEX | #bababf |
| RGB | rgb(186, 186, 191) |
| HSL | hsl(240, 4%, 74%) |
| CMYK | cmyk(3%, 3%, 0%, 25%) |
| LAB | lab(75.7 0.9 -2.5) |
| LCH | lch(75.7 2.7 290.5) |
| OKLCH | oklch(0.790 0.007 286.2) |
Copy-ready code
/* CSS */
color: #bababf;
background-color: #bababf;
/* Tailwind (arbitrary) */
class="text-[#bababf] bg-[#bababf]"
/* SCSS */
$brand: #bababf;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#bababf")Accessibility — WCAG contrast
Aa
#bababf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bababf on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue74.9%
CMYK percentages
Cyan2.6%
Magenta2.6%
Yellow0.0%
Key (black)25.1%
Color previews
#bababf text on a black background
contrast 10.86:1
Card sample
#bababf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bababf;
Background color
Panel with #bababf background
background-color: #bababf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bababf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bababf; background: linear-gradient(135deg, #bababf, #BDBABF);