#bbcfc7
a light, soft green · cool · closest name: silver
RGB
187, 207, 199
HSL
156°, 17%, 77%
CMYK
10, 0, 4, 19
Luminance
0.5931
Every format
| HEX | #bbcfc7 |
| RGB | rgb(187, 207, 199) |
| HSL | hsl(156, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 4%, 19%) |
| LAB | lab(81.5 -8.3 1.7) |
| LCH | lch(81.5 8.4 168.6) |
| OKLCH | oklch(0.837 0.024 169.8) |
Copy-ready code
/* CSS */
color: #bbcfc7;
background-color: #bbcfc7;
/* Tailwind (arbitrary) */
class="text-[#bbcfc7] bg-[#bbcfc7]"
/* SCSS */
$brand: #bbcfc7;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.780)
/* Android */
Color.parseColor("#bbcfc7")Accessibility — WCAG contrast
Aa
#bbcfc7 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfc7 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue78.0%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow3.9%
Key (black)18.8%
Color previews
#bbcfc7 text on a black background
contrast 12.86:1
Card sample
#bbcfc7 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfc7;
Background color
Panel with #bbcfc7 background
background-color: #bbcfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfc7; background: linear-gradient(135deg, #bbcfc7, #BBCACF);