#bbc3bf
a light, muted gray · cool · closest name: silver
RGB
187, 195, 191
HSL
150°, 6%, 75%
CMYK
4, 0, 2, 24
Luminance
0.5336
Every format
| HEX | #bbc3bf |
| RGB | rgb(187, 195, 191) |
| HSL | hsl(150, 6%, 75%) |
| CMYK | cmyk(4%, 0%, 2%, 24%) |
| LAB | lab(78.1 -3.5 1.1) |
| LCH | lch(78.1 3.6 163.3) |
| OKLCH | oklch(0.810 0.010 164.8) |
Copy-ready code
/* CSS */
color: #bbc3bf;
background-color: #bbc3bf;
/* Tailwind (arbitrary) */
class="text-[#bbc3bf] bg-[#bbc3bf]"
/* SCSS */
$brand: #bbc3bf;
/* SwiftUI */
Color(red: 0.733, green: 0.765, blue: 0.749)
/* Android */
Color.parseColor("#bbc3bf")Accessibility — WCAG contrast
Aa
#bbc3bf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc3bf on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.5%
Blue74.9%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow2.1%
Key (black)23.5%
Color previews
#bbc3bf text on a black background
contrast 11.67:1
Card sample
#bbc3bf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc3bf;
Background color
Panel with #bbc3bf background
background-color: #bbc3bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc3bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 195, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 195, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc3bf; background: linear-gradient(135deg, #bbc3bf, #BBC2C3);