#bbc5bf
a light, muted gray · cool · closest name: silver
RGB
187, 197, 191
HSL
144°, 8%, 75%
CMYK
5, 0, 3, 23
Luminance
0.5426
Every format
| HEX | #bbc5bf |
| RGB | rgb(187, 197, 191) |
| HSL | hsl(144, 8%, 75%) |
| CMYK | cmyk(5%, 0%, 3%, 23%) |
| LAB | lab(78.6 -4.6 1.8) |
| LCH | lch(78.6 4.9 158.2) |
| OKLCH | oklch(0.814 0.014 159.8) |
Copy-ready code
/* CSS */
color: #bbc5bf;
background-color: #bbc5bf;
/* Tailwind (arbitrary) */
class="text-[#bbc5bf] bg-[#bbc5bf]"
/* SCSS */
$brand: #bbc5bf;
/* SwiftUI */
Color(red: 0.733, green: 0.773, blue: 0.749)
/* Android */
Color.parseColor("#bbc5bf")Accessibility — WCAG contrast
Aa
#bbc5bf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc5bf on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green77.3%
Blue74.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow3.0%
Key (black)22.7%
Color previews
#bbc5bf text on a black background
contrast 11.85:1
Card sample
#bbc5bf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc5bf;
Background color
Panel with #bbc5bf background
background-color: #bbc5bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc5bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 197, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 197, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc5bf; background: linear-gradient(135deg, #bbc5bf, #BBC4C5);