#bbc4bf
a light, muted gray · cool · closest name: silver
RGB
187, 196, 191
HSL
147°, 7%, 75%
CMYK
5, 0, 3, 23
Luminance
0.5381
Every format
| HEX | #bbc4bf |
| RGB | rgb(187, 196, 191) |
| HSL | hsl(147, 7%, 75%) |
| CMYK | cmyk(5%, 0%, 3%, 23%) |
| LAB | lab(78.3 -4.0 1.4) |
| LCH | lch(78.3 4.3 160.5) |
| OKLCH | oklch(0.812 0.012 162.0) |
Copy-ready code
/* CSS */
color: #bbc4bf;
background-color: #bbc4bf;
/* Tailwind (arbitrary) */
class="text-[#bbc4bf] bg-[#bbc4bf]"
/* SCSS */
$brand: #bbc4bf;
/* SwiftUI */
Color(red: 0.733, green: 0.769, blue: 0.749)
/* Android */
Color.parseColor("#bbc4bf")Accessibility — WCAG contrast
Aa
#bbc4bf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc4bf on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.9%
Blue74.9%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow2.6%
Key (black)23.1%
Color previews
#bbc4bf text on a black background
contrast 11.76:1
Card sample
#bbc4bf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc4bf;
Background color
Panel with #bbc4bf background
background-color: #bbc4bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc4bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 196, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 196, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc4bf; background: linear-gradient(135deg, #bbc4bf, #BBC3C4);