#bfcfbc
a light, soft green · cool · closest name: silver
RGB
191, 207, 188
HSL
111°, 17%, 78%
CMYK
8, 0, 9, 19
Luminance
0.5933
Every format
| HEX | #bfcfbc |
| RGB | rgb(191, 207, 188) |
| HSL | hsl(111, 17%, 78%) |
| CMYK | cmyk(8%, 0%, 9%, 19%) |
| LAB | lab(81.5 -8.9 7.6) |
| LCH | lch(81.5 11.7 139.6) |
| OKLCH | oklch(0.837 0.031 140.7) |
Copy-ready code
/* CSS */
color: #bfcfbc;
background-color: #bfcfbc;
/* Tailwind (arbitrary) */
class="text-[#bfcfbc] bg-[#bfcfbc]"
/* SCSS */
$brand: #bfcfbc;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#bfcfbc")Accessibility — WCAG contrast
Aa
#bfcfbc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfbc on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue73.7%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#bfcfbc text on a black background
contrast 12.87:1
Card sample
#bfcfbc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfbc;
Background color
Panel with #bfcfbc background
background-color: #bfcfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfbc; background: linear-gradient(135deg, #bfcfbc, #BCCFC6);