#babbab
a light, muted yellow · cool · closest name: silver
RGB
186, 187, 171
HSL
64°, 11%, 70%
CMYK
1, 0, 9, 27
Luminance
0.4892
Every format
| HEX | #babbab |
| RGB | rgb(186, 187, 171) |
| HSL | hsl(64, 11%, 70%) |
| CMYK | cmyk(1%, 0%, 9%, 27%) |
| LAB | lab(75.4 -3.2 8.0) |
| LCH | lch(75.4 8.6 111.9) |
| OKLCH | oklch(0.787 0.022 109.8) |
Copy-ready code
/* CSS */
color: #babbab;
background-color: #babbab;
/* Tailwind (arbitrary) */
class="text-[#babbab] bg-[#babbab]"
/* SCSS */
$brand: #babbab;
/* SwiftUI */
Color(red: 0.729, green: 0.733, blue: 0.671)
/* Android */
Color.parseColor("#babbab")Accessibility — WCAG contrast
Aa
#babbab on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babbab on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green73.3%
Blue67.1%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow8.6%
Key (black)26.7%
Color previews
#babbab text on a black background
contrast 10.78:1
Card sample
#babbab text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babbab;
Background color
Panel with #babbab background
background-color: #babbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 187, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 187, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babbab; background: linear-gradient(135deg, #babbab, #AFBBAB);