#babfc2
a light, muted gray · cool · closest name: silver
RGB
186, 191, 194
HSL
203°, 6%, 75%
CMYK
4, 2, 0, 24
Luminance
0.5160
Every format
| HEX | #babfc2 |
| RGB | rgb(186, 191, 194) |
| HSL | hsl(203, 6%, 75%) |
| CMYK | cmyk(4%, 2%, 0%, 24%) |
| LAB | lab(77.0 -1.2 -2.1) |
| LCH | lch(77.0 2.4 241.2) |
| OKLCH | oklch(0.802 0.007 233.7) |
Copy-ready code
/* CSS */
color: #babfc2;
background-color: #babfc2;
/* Tailwind (arbitrary) */
class="text-[#babfc2] bg-[#babfc2]"
/* SCSS */
$brand: #babfc2;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#babfc2")Accessibility — WCAG contrast
Aa
#babfc2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfc2 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue76.1%
CMYK percentages
Cyan4.1%
Magenta1.5%
Yellow0.0%
Key (black)23.9%
Color previews
#babfc2 text on a black background
contrast 11.32:1
Card sample
#babfc2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfc2;
Background color
Panel with #babfc2 background
background-color: #babfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfc2; background: linear-gradient(135deg, #babfc2, #BABAC2);