#bbc7bf
a light, muted green · cool · closest name: silver
RGB
187, 199, 191
HSL
140°, 10%, 76%
CMYK
6, 0, 4, 22
Luminance
0.5517
Every format
| HEX | #bbc7bf |
| RGB | rgb(187, 199, 191) |
| HSL | hsl(140, 10%, 76%) |
| CMYK | cmyk(6%, 0%, 4%, 22%) |
| LAB | lab(79.1 -5.6 2.6) |
| LCH | lch(79.1 6.2 155.3) |
| OKLCH | oklch(0.818 0.017 156.8) |
Copy-ready code
/* CSS */
color: #bbc7bf;
background-color: #bbc7bf;
/* Tailwind (arbitrary) */
class="text-[#bbc7bf] bg-[#bbc7bf]"
/* SCSS */
$brand: #bbc7bf;
/* SwiftUI */
Color(red: 0.733, green: 0.780, blue: 0.749)
/* Android */
Color.parseColor("#bbc7bf")Accessibility — WCAG contrast
Aa
#bbc7bf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc7bf on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.0%
Blue74.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow4.0%
Key (black)22.0%
Color previews
#bbc7bf text on a black background
contrast 12.03:1
Card sample
#bbc7bf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc7bf;
Background color
Panel with #bbc7bf background
background-color: #bbc7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 199, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 199, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc7bf; background: linear-gradient(135deg, #bbc7bf, #BBC7C7);