#b2c9ad
a light, soft green · cool · closest name: silver
RGB
178, 201, 173
HSL
109°, 21%, 73%
CMYK
11, 0, 14, 21
Luminance
0.5426
Every format
| HEX | #b2c9ad |
| RGB | rgb(178, 201, 173) |
| HSL | hsl(109, 21%, 73%) |
| CMYK | cmyk(11%, 0%, 14%, 21%) |
| LAB | lab(78.6 -13.0 11.4) |
| LCH | lch(78.6 17.3 138.8) |
| OKLCH | oklch(0.811 0.046 140.1) |
Copy-ready code
/* CSS */
color: #b2c9ad;
background-color: #b2c9ad;
/* Tailwind (arbitrary) */
class="text-[#b2c9ad] bg-[#b2c9ad]"
/* SCSS */
$brand: #b2c9ad;
/* SwiftUI */
Color(red: 0.698, green: 0.788, blue: 0.678)
/* Android */
Color.parseColor("#b2c9ad")Accessibility — WCAG contrast
Aa
#b2c9ad on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c9ad on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green78.8%
Blue67.8%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow13.9%
Key (black)21.2%
Color previews
#b2c9ad text on a black background
contrast 11.85:1
Card sample
#b2c9ad text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c9ad;
Background color
Panel with #b2c9ad background
background-color: #b2c9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 201, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 201, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c9ad; background: linear-gradient(135deg, #b2c9ad, #ADC9BB);