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