#bfc4af
a light, soft green · cool · closest name: silver
RGB
191, 196, 175
HSL
74°, 15%, 73%
CMYK
3, 0, 11, 23
Luminance
0.5365
Every format
| HEX | #bfc4af |
| RGB | rgb(191, 196, 175) |
| HSL | hsl(74, 15%, 73%) |
| CMYK | cmyk(3%, 0%, 11%, 23%) |
| LAB | lab(78.3 -5.5 10.0) |
| LCH | lch(78.3 11.4 118.8) |
| OKLCH | oklch(0.811 0.029 117.9) |
Copy-ready code
/* CSS */
color: #bfc4af;
background-color: #bfc4af;
/* Tailwind (arbitrary) */
class="text-[#bfc4af] bg-[#bfc4af]"
/* SCSS */
$brand: #bfc4af;
/* SwiftUI */
Color(red: 0.749, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#bfc4af")Accessibility — WCAG contrast
Aa
#bfc4af on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc4af on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.9%
Blue68.6%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#bfc4af text on a black background
contrast 11.73:1
Card sample
#bfc4af text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc4af;
Background color
Panel with #bfc4af background
background-color: #bfc4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc4af; background: linear-gradient(135deg, #bfc4af, #B1C4AF);