#bbcfbd
a light, soft green · cool · closest name: silver
RGB
187, 207, 189
HSL
126°, 17%, 77%
CMYK
10, 0, 9, 19
Luminance
0.5886
Every format
| HEX | #bbcfbd |
| RGB | rgb(187, 207, 189) |
| HSL | hsl(126, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 9%, 19%) |
| LAB | lab(81.2 -10.1 6.7) |
| LCH | lch(81.2 12.1 146.7) |
| OKLCH | oklch(0.834 0.033 148.1) |
Copy-ready code
/* CSS */
color: #bbcfbd;
background-color: #bbcfbd;
/* Tailwind (arbitrary) */
class="text-[#bbcfbd] bg-[#bbcfbd]"
/* SCSS */
$brand: #bbcfbd;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.741)
/* Android */
Color.parseColor("#bbcfbd")Accessibility — WCAG contrast
Aa
#bbcfbd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfbd on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue74.1%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow8.7%
Key (black)18.8%
Color previews
#bbcfbd text on a black background
contrast 12.77:1
Card sample
#bbcfbd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfbd;
Background color
Panel with #bbcfbd background
background-color: #bbcfbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfbd; background: linear-gradient(135deg, #bbcfbd, #BBCFCA);