#bbc8bf
a light, muted green · cool · closest name: silver
RGB
187, 200, 191
HSL
139°, 11%, 76%
CMYK
7, 0, 5, 22
Luminance
0.5563
Every format
| HEX | #bbc8bf |
| RGB | rgb(187, 200, 191) |
| HSL | hsl(139, 11%, 76%) |
| CMYK | cmyk(7%, 0%, 5%, 22%) |
| LAB | lab(79.4 -6.1 3.0) |
| LCH | lch(79.4 6.8 154.1) |
| OKLCH | oklch(0.820 0.019 155.7) |
Copy-ready code
/* CSS */
color: #bbc8bf;
background-color: #bbc8bf;
/* Tailwind (arbitrary) */
class="text-[#bbc8bf] bg-[#bbc8bf]"
/* SCSS */
$brand: #bbc8bf;
/* SwiftUI */
Color(red: 0.733, green: 0.784, blue: 0.749)
/* Android */
Color.parseColor("#bbc8bf")Accessibility — WCAG contrast
Aa
#bbc8bf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc8bf on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.4%
Blue74.9%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow4.5%
Key (black)21.6%
Color previews
#bbc8bf text on a black background
contrast 12.13:1
Card sample
#bbc8bf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc8bf;
Background color
Panel with #bbc8bf background
background-color: #bbc8bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc8bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 200, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 200, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc8bf; background: linear-gradient(135deg, #bbc8bf, #BBC8C8);