#bbc0ad
a light, muted green · cool · closest name: silver
RGB
187, 192, 173
HSL
76°, 13%, 72%
CMYK
3, 0, 10, 25
Luminance
0.5128
Every format
| HEX | #bbc0ad |
| RGB | rgb(187, 192, 173) |
| HSL | hsl(76, 13%, 72%) |
| CMYK | cmyk(3%, 0%, 10%, 25%) |
| LAB | lab(76.8 -5.2 9.0) |
| LCH | lch(76.8 10.3 119.8) |
| OKLCH | oklch(0.799 0.027 119.0) |
Copy-ready code
/* CSS */
color: #bbc0ad;
background-color: #bbc0ad;
/* Tailwind (arbitrary) */
class="text-[#bbc0ad] bg-[#bbc0ad]"
/* SCSS */
$brand: #bbc0ad;
/* SwiftUI */
Color(red: 0.733, green: 0.753, blue: 0.678)
/* Android */
Color.parseColor("#bbc0ad")Accessibility — WCAG contrast
Aa
#bbc0ad on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc0ad on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green75.3%
Blue67.8%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow9.9%
Key (black)24.7%
Color previews
#bbc0ad text on a black background
contrast 11.26:1
Card sample
#bbc0ad text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc0ad;
Background color
Panel with #bbc0ad background
background-color: #bbc0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 192, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 192, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc0ad; background: linear-gradient(135deg, #bbc0ad, #AEC0AD);