#bbc8ad
a light, soft green · cool · closest name: silver
RGB
187, 200, 173
HSL
89°, 20%, 73%
CMYK
7, 0, 14, 22
Luminance
0.5489
Every format
| HEX | #bbc8ad |
| RGB | rgb(187, 200, 173) |
| HSL | hsl(89, 20%, 73%) |
| CMYK | cmyk(7%, 0%, 14%, 22%) |
| LAB | lab(79.0 -9.3 12.0) |
| LCH | lch(79.0 15.2 127.8) |
| OKLCH | oklch(0.815 0.040 128.3) |
Copy-ready code
/* CSS */
color: #bbc8ad;
background-color: #bbc8ad;
/* Tailwind (arbitrary) */
class="text-[#bbc8ad] bg-[#bbc8ad]"
/* SCSS */
$brand: #bbc8ad;
/* SwiftUI */
Color(red: 0.733, green: 0.784, blue: 0.678)
/* Android */
Color.parseColor("#bbc8ad")Accessibility — WCAG contrast
Aa
#bbc8ad on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc8ad on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.4%
Blue67.8%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow13.5%
Key (black)21.6%
Color previews
#bbc8ad text on a black background
contrast 11.98:1
Card sample
#bbc8ad text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc8ad;
Background color
Panel with #bbc8ad background
background-color: #bbc8ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc8ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 200, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 200, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc8ad; background: linear-gradient(135deg, #bbc8ad, #ADC8B1);