#bacbc2
a light, muted green · cool · closest name: silver
RGB
186, 203, 194
HSL
148°, 14%, 76%
CMYK
8, 0, 4, 20
Luminance
0.5705
Every format
| HEX | #bacbc2 |
| RGB | rgb(186, 203, 194) |
| HSL | hsl(148, 14%, 76%) |
| CMYK | cmyk(8%, 0%, 4%, 20%) |
| LAB | lab(80.2 -7.5 2.5) |
| LCH | lch(80.2 7.9 161.4) |
| OKLCH | oklch(0.827 0.022 162.9) |
Copy-ready code
/* CSS */
color: #bacbc2;
background-color: #bacbc2;
/* Tailwind (arbitrary) */
class="text-[#bacbc2] bg-[#bacbc2]"
/* SCSS */
$brand: #bacbc2;
/* SwiftUI */
Color(red: 0.729, green: 0.796, blue: 0.761)
/* Android */
Color.parseColor("#bacbc2")Accessibility — WCAG contrast
Aa
#bacbc2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacbc2 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.6%
Blue76.1%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow4.4%
Key (black)20.4%
Color previews
#bacbc2 text on a black background
contrast 12.41:1
Card sample
#bacbc2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacbc2;
Background color
Panel with #bacbc2 background
background-color: #bacbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 203, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 203, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacbc2; background: linear-gradient(135deg, #bacbc2, #BAC9CB);