#bacabf
a light, muted green · cool · closest name: silver
RGB
186, 202, 191
HSL
139°, 13%, 76%
CMYK
8, 0, 5, 21
Luminance
0.5644
Every format
| HEX | #bacabf |
| RGB | rgb(186, 202, 191) |
| HSL | hsl(139, 13%, 76%) |
| CMYK | cmyk(8%, 0%, 5%, 21%) |
| LAB | lab(79.9 -7.5 3.6) |
| LCH | lch(79.9 8.3 154.3) |
| OKLCH | oklch(0.824 0.023 155.8) |
Copy-ready code
/* CSS */
color: #bacabf;
background-color: #bacabf;
/* Tailwind (arbitrary) */
class="text-[#bacabf] bg-[#bacabf]"
/* SCSS */
$brand: #bacabf;
/* SwiftUI */
Color(red: 0.729, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#bacabf")Accessibility — WCAG contrast
Aa
#bacabf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacabf on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.2%
Blue74.9%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#bacabf text on a black background
contrast 12.29:1
Card sample
#bacabf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacabf;
Background color
Panel with #bacabf background
background-color: #bacabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacabf; background: linear-gradient(135deg, #bacabf, #BACACA);