#babbaf
a light, muted yellow · cool · closest name: silver
RGB
186, 187, 175
HSL
65°, 8%, 71%
CMYK
1, 0, 6, 27
Luminance
0.4907
Every format
| HEX | #babbaf |
| RGB | rgb(186, 187, 175) |
| HSL | hsl(65, 8%, 71%) |
| CMYK | cmyk(1%, 0%, 6%, 27%) |
| LAB | lab(75.5 -2.5 6.0) |
| LCH | lch(75.5 6.5 113.0) |
| OKLCH | oklch(0.788 0.017 110.6) |
Copy-ready code
/* CSS */
color: #babbaf;
background-color: #babbaf;
/* Tailwind (arbitrary) */
class="text-[#babbaf] bg-[#babbaf]"
/* SCSS */
$brand: #babbaf;
/* SwiftUI */
Color(red: 0.729, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#babbaf")Accessibility — WCAG contrast
Aa
#babbaf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babbaf on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow6.4%
Key (black)26.7%
Color previews
#babbaf text on a black background
contrast 10.81:1
Card sample
#babbaf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babbaf;
Background color
Panel with #babbaf background
background-color: #babbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babbaf; background: linear-gradient(135deg, #babbaf, #B2BBAF);