#bbcbbf
a light, muted green · cool · closest name: silver
RGB
187, 203, 191
HSL
135°, 13%, 77%
CMYK
8, 0, 6, 20
Luminance
0.5704
Every format
| HEX | #bbcbbf |
| RGB | rgb(187, 203, 191) |
| HSL | hsl(135, 13%, 77%) |
| CMYK | cmyk(8%, 0%, 6%, 20%) |
| LAB | lab(80.2 -7.7 4.1) |
| LCH | lch(80.2 8.7 151.8) |
| OKLCH | oklch(0.827 0.024 153.4) |
Copy-ready code
/* CSS */
color: #bbcbbf;
background-color: #bbcbbf;
/* Tailwind (arbitrary) */
class="text-[#bbcbbf] bg-[#bbcbbf]"
/* SCSS */
$brand: #bbcbbf;
/* SwiftUI */
Color(red: 0.733, green: 0.796, blue: 0.749)
/* Android */
Color.parseColor("#bbcbbf")Accessibility — WCAG contrast
Aa
#bbcbbf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcbbf on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.6%
Blue74.9%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow5.9%
Key (black)20.4%
Color previews
#bbcbbf text on a black background
contrast 12.41:1
Card sample
#bbcbbf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcbbf;
Background color
Panel with #bbcbbf background
background-color: #bbcbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 203, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 203, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcbbf; background: linear-gradient(135deg, #bbcbbf, #BBCBCA);