#babfc1
a light, muted gray · cool · “silver”
RGB
186, 191, 193
HSL
197°, 5%, 74%
CMYK
4, 1, 0, 24
Luminance
0.5155
Every format
| HEX | #babfc1 |
| RGB | rgb(186, 191, 193) |
| HSL | hsl(197, 5%, 74%) |
| CMYK | cmyk(4%, 1%, 0%, 24%) |
| LAB | lab(77.0 -1.4 -1.6) |
| LCH | lch(77.0 2.1 230.0) |
| OKLCH | oklch(0.801 0.006 223.5) |
Copy-ready code
/* CSS */
color: #babfc1;
background-color: #babfc1;
/* Tailwind (arbitrary) */
class="text-[#babfc1] bg-[#babfc1]"
/* SCSS */
$brand: #babfc1;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.757)
/* Android */
Color.parseColor("#babfc1")Accessibility — WCAG contrast
Aa
#babfc1 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfc1 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue75.7%
CMYK percentages
Cyan3.6%
Magenta1.0%
Yellow0.0%
Key (black)24.3%
Color previews
#babfc1 text on a black background
contrast 11.31:1
Card sample
#babfc1 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfc1;
Background color
Panel with #babfc1 background
background-color: #babfc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfc1; background: linear-gradient(135deg, #babfc1, #BABAC1);