#bfcfc2
a light, muted green · cool · closest name: silver
RGB
191, 207, 194
HSL
131°, 14%, 78%
CMYK
8, 0, 6, 19
Luminance
0.5960
Every format
| HEX | #bfcfc2 |
| RGB | rgb(191, 207, 194) |
| HSL | hsl(131, 14%, 78%) |
| CMYK | cmyk(8%, 0%, 6%, 19%) |
| LAB | lab(81.6 -7.8 4.6) |
| LCH | lch(81.6 9.1 149.6) |
| OKLCH | oklch(0.839 0.025 151.1) |
Copy-ready code
/* CSS */
color: #bfcfc2;
background-color: #bfcfc2;
/* Tailwind (arbitrary) */
class="text-[#bfcfc2] bg-[#bfcfc2]"
/* SCSS */
$brand: #bfcfc2;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.761)
/* Android */
Color.parseColor("#bfcfc2")Accessibility — WCAG contrast
Aa
#bfcfc2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfc2 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue76.1%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow6.3%
Key (black)18.8%
Color previews
#bfcfc2 text on a black background
contrast 12.92:1
Card sample
#bfcfc2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfc2;
Background color
Panel with #bfcfc2 background
background-color: #bfcfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfc2; background: linear-gradient(135deg, #bfcfc2, #BFCFCD);