#bfc3af
a light, muted green · cool · closest name: silver
RGB
191, 195, 175
HSL
72°, 14%, 73%
CMYK
2, 0, 10, 24
Luminance
0.5320
Every format
| HEX | #bfc3af |
| RGB | rgb(191, 195, 175) |
| HSL | hsl(72, 14%, 73%) |
| CMYK | cmyk(2%, 0%, 10%, 24%) |
| LAB | lab(78.0 -4.9 9.6) |
| LCH | lch(78.0 10.8 117.3) |
| OKLCH | oklch(0.808 0.028 116.2) |
Copy-ready code
/* CSS */
color: #bfc3af;
background-color: #bfc3af;
/* Tailwind (arbitrary) */
class="text-[#bfc3af] bg-[#bfc3af]"
/* SCSS */
$brand: #bfc3af;
/* SwiftUI */
Color(red: 0.749, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#bfc3af")Accessibility — WCAG contrast
Aa
#bfc3af on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc3af on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.5%
Blue68.6%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#bfc3af text on a black background
contrast 11.64:1
Card sample
#bfc3af text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc3af;
Background color
Panel with #bfc3af background
background-color: #bfc3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc3af; background: linear-gradient(135deg, #bfc3af, #B2C3AF);