#babfac
a light, muted green · cool · closest name: silver
RGB
186, 191, 172
HSL
76°, 13%, 71%
CMYK
3, 0, 10, 25
Luminance
0.5068
Every format
| HEX | #babfac |
| RGB | rgb(186, 191, 172) |
| HSL | hsl(76, 13%, 71%) |
| CMYK | cmyk(3%, 0%, 10%, 25%) |
| LAB | lab(76.5 -5.2 9.0) |
| LCH | lch(76.5 10.4 119.8) |
| OKLCH | oklch(0.795 0.027 119.0) |
Copy-ready code
/* CSS */
color: #babfac;
background-color: #babfac;
/* Tailwind (arbitrary) */
class="text-[#babfac] bg-[#babfac]"
/* SCSS */
$brand: #babfac;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#babfac")Accessibility — WCAG contrast
Aa
#babfac on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfac on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue67.5%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#babfac text on a black background
contrast 11.14:1
Card sample
#babfac text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfac;
Background color
Panel with #babfac background
background-color: #babfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfac; background: linear-gradient(135deg, #babfac, #ADBFAC);