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