#b0c2ad
a light, muted green · cool · closest name: silver
RGB
176, 194, 173
HSL
111°, 15%, 72%
CMYK
9, 0, 11, 24
Luminance
0.5083
Every format
| HEX | #b0c2ad |
| RGB | rgb(176, 194, 173) |
| HSL | hsl(111, 15%, 72%) |
| CMYK | cmyk(9%, 0%, 11%, 24%) |
| LAB | lab(76.6 -10.1 8.5) |
| LCH | lch(76.6 13.2 140.0) |
| OKLCH | oklch(0.794 0.035 141.2) |
Copy-ready code
/* CSS */
color: #b0c2ad;
background-color: #b0c2ad;
/* Tailwind (arbitrary) */
class="text-[#b0c2ad] bg-[#b0c2ad]"
/* SCSS */
$brand: #b0c2ad;
/* SwiftUI */
Color(red: 0.690, green: 0.761, blue: 0.678)
/* Android */
Color.parseColor("#b0c2ad")Accessibility — WCAG contrast
Aa
#b0c2ad on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c2ad on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green76.1%
Blue67.8%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow10.8%
Key (black)23.9%
Color previews
#b0c2ad text on a black background
contrast 11.17:1
Card sample
#b0c2ad text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c2ad;
Background color
Panel with #b0c2ad background
background-color: #b0c2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 194, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 194, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c2ad; background: linear-gradient(135deg, #b0c2ad, #ADC2B8);