#babfc4
a light, muted gray · cool · closest name: silver
RGB
186, 191, 196
HSL
210°, 8%, 75%
CMYK
5, 3, 0, 23
Luminance
0.5169
Every format
| HEX | #babfc4 |
| RGB | rgb(186, 191, 196) |
| HSL | hsl(210, 8%, 75%) |
| CMYK | cmyk(5%, 3%, 0%, 23%) |
| LAB | lab(77.1 -0.8 -3.1) |
| LCH | lch(77.1 3.2 256.1) |
| OKLCH | oklch(0.802 0.009 247.9) |
Copy-ready code
/* CSS */
color: #babfc4;
background-color: #babfc4;
/* Tailwind (arbitrary) */
class="text-[#babfc4] bg-[#babfc4]"
/* SCSS */
$brand: #babfc4;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.769)
/* Android */
Color.parseColor("#babfc4")Accessibility — WCAG contrast
Aa
#babfc4 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfc4 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue76.9%
CMYK percentages
Cyan5.1%
Magenta2.6%
Yellow0.0%
Key (black)23.1%
Color previews
#babfc4 text on a black background
contrast 11.34:1
Card sample
#babfc4 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfc4;
Background color
Panel with #babfc4 background
background-color: #babfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfc4; background: linear-gradient(135deg, #babfc4, #BCBAC4);