#bbc9ad
a light, soft green · cool · closest name: silver
RGB
187, 201, 173
HSL
90°, 21%, 73%
CMYK
7, 0, 14, 21
Luminance
0.5536
Every format
| HEX | #bbc9ad |
| RGB | rgb(187, 201, 173) |
| HSL | hsl(90, 21%, 73%) |
| CMYK | cmyk(7%, 0%, 14%, 21%) |
| LAB | lab(79.3 -9.8 12.4) |
| LCH | lch(79.3 15.8 128.5) |
| OKLCH | oklch(0.818 0.041 129.0) |
Copy-ready code
/* CSS */
color: #bbc9ad;
background-color: #bbc9ad;
/* Tailwind (arbitrary) */
class="text-[#bbc9ad] bg-[#bbc9ad]"
/* SCSS */
$brand: #bbc9ad;
/* SwiftUI */
Color(red: 0.733, green: 0.788, blue: 0.678)
/* Android */
Color.parseColor("#bbc9ad")Accessibility — WCAG contrast
Aa
#bbc9ad on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc9ad on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.8%
Blue67.8%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow13.9%
Key (black)21.2%
Color previews
#bbc9ad text on a black background
contrast 12.07:1
Card sample
#bbc9ad text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc9ad;
Background color
Panel with #bbc9ad background
background-color: #bbc9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 201, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 201, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc9ad; background: linear-gradient(135deg, #bbc9ad, #ADC9B2);