#bbc6ad
a light, soft green · cool · closest name: silver
RGB
187, 198, 173
HSL
86°, 18%, 73%
CMYK
6, 0, 13, 22
Luminance
0.5397
Every format
| HEX | #bbc6ad |
| RGB | rgb(187, 198, 173) |
| HSL | hsl(86, 18%, 73%) |
| CMYK | cmyk(6%, 0%, 13%, 22%) |
| LAB | lab(78.4 -8.3 11.3) |
| LCH | lch(78.4 14.0 126.4) |
| OKLCH | oklch(0.811 0.036 126.6) |
Copy-ready code
/* CSS */
color: #bbc6ad;
background-color: #bbc6ad;
/* Tailwind (arbitrary) */
class="text-[#bbc6ad] bg-[#bbc6ad]"
/* SCSS */
$brand: #bbc6ad;
/* SwiftUI */
Color(red: 0.733, green: 0.776, blue: 0.678)
/* Android */
Color.parseColor("#bbc6ad")Accessibility — WCAG contrast
Aa
#bbc6ad on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc6ad on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green77.6%
Blue67.8%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow12.6%
Key (black)22.4%
Color previews
#bbc6ad text on a black background
contrast 11.79:1
Card sample
#bbc6ad text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc6ad;
Background color
Panel with #bbc6ad background
background-color: #bbc6ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc6ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 198, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 198, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc6ad; background: linear-gradient(135deg, #bbc6ad, #ADC6B0);