#bbcabf
a light, muted green · cool · closest name: silver
RGB
187, 202, 191
HSL
136°, 12%, 76%
CMYK
7, 0, 5, 21
Luminance
0.5657
Every format
| HEX | #bbcabf |
| RGB | rgb(187, 202, 191) |
| HSL | hsl(136, 12%, 76%) |
| CMYK | cmyk(7%, 0%, 5%, 21%) |
| LAB | lab(79.9 -7.2 3.7) |
| LCH | lch(79.9 8.1 152.5) |
| OKLCH | oklch(0.824 0.022 154.0) |
Copy-ready code
/* CSS */
color: #bbcabf;
background-color: #bbcabf;
/* Tailwind (arbitrary) */
class="text-[#bbcabf] bg-[#bbcabf]"
/* SCSS */
$brand: #bbcabf;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#bbcabf")Accessibility — WCAG contrast
Aa
#bbcabf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcabf on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue74.9%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#bbcabf text on a black background
contrast 12.31:1
Card sample
#bbcabf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcabf;
Background color
Panel with #bbcabf background
background-color: #bbcabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcabf; background: linear-gradient(135deg, #bbcabf, #BBCAC9);