#bbcdbf
a light, soft green · cool · closest name: silver
RGB
187, 205, 191
HSL
133°, 15%, 77%
CMYK
9, 0, 7, 20
Luminance
0.5799
Every format
| HEX | #bbcdbf |
| RGB | rgb(187, 205, 191) |
| HSL | hsl(133, 15%, 77%) |
| CMYK | cmyk(9%, 0%, 7%, 20%) |
| LAB | lab(80.7 -8.7 4.9) |
| LCH | lch(80.7 10.0 150.7) |
| OKLCH | oklch(0.831 0.027 152.3) |
Copy-ready code
/* CSS */
color: #bbcdbf;
background-color: #bbcdbf;
/* Tailwind (arbitrary) */
class="text-[#bbcdbf] bg-[#bbcdbf]"
/* SCSS */
$brand: #bbcdbf;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#bbcdbf")Accessibility — WCAG contrast
Aa
#bbcdbf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcdbf on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue74.9%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#bbcdbf text on a black background
contrast 12.60:1
Card sample
#bbcdbf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcdbf;
Background color
Panel with #bbcdbf background
background-color: #bbcdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcdbf; background: linear-gradient(135deg, #bbcdbf, #BBCDCB);