#bbc7ad
a light, soft green · cool · closest name: silver
RGB
187, 199, 173
HSL
88°, 19%, 73%
CMYK
6, 0, 13, 22
Luminance
0.5443
Every format
| HEX | #bbc7ad |
| RGB | rgb(187, 199, 173) |
| HSL | hsl(88, 19%, 73%) |
| CMYK | cmyk(6%, 0%, 13%, 22%) |
| LAB | lab(78.7 -8.8 11.6) |
| LCH | lch(78.7 14.6 127.1) |
| OKLCH | oklch(0.813 0.038 127.5) |
Copy-ready code
/* CSS */
color: #bbc7ad;
background-color: #bbc7ad;
/* Tailwind (arbitrary) */
class="text-[#bbc7ad] bg-[#bbc7ad]"
/* SCSS */
$brand: #bbc7ad;
/* SwiftUI */
Color(red: 0.733, green: 0.780, blue: 0.678)
/* Android */
Color.parseColor("#bbc7ad")Accessibility — WCAG contrast
Aa
#bbc7ad on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc7ad on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.0%
Blue67.8%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow13.1%
Key (black)22.0%
Color previews
#bbc7ad text on a black background
contrast 11.89:1
Card sample
#bbc7ad text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc7ad;
Background color
Panel with #bbc7ad background
background-color: #bbc7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 199, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 199, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc7ad; background: linear-gradient(135deg, #bbc7ad, #ADC7B0);