#bfc5af
a light, soft green · cool · closest name: silver
RGB
191, 197, 175
HSL
76°, 16%, 73%
CMYK
3, 0, 11, 23
Luminance
0.5410
Every format
| HEX | #bfc5af |
| RGB | rgb(191, 197, 175) |
| HSL | hsl(76, 16%, 73%) |
| CMYK | cmyk(3%, 0%, 11%, 23%) |
| LAB | lab(78.5 -6.0 10.3) |
| LCH | lch(78.5 11.9 120.1) |
| OKLCH | oklch(0.813 0.031 119.5) |
Copy-ready code
/* CSS */
color: #bfc5af;
background-color: #bfc5af;
/* Tailwind (arbitrary) */
class="text-[#bfc5af] bg-[#bfc5af]"
/* SCSS */
$brand: #bfc5af;
/* SwiftUI */
Color(red: 0.749, green: 0.773, blue: 0.686)
/* Android */
Color.parseColor("#bfc5af")Accessibility — WCAG contrast
Aa
#bfc5af on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc5af on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green77.3%
Blue68.6%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow11.2%
Key (black)22.7%
Color previews
#bfc5af text on a black background
contrast 11.82:1
Card sample
#bfc5af text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc5af;
Background color
Panel with #bfc5af background
background-color: #bfc5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 197, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 197, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc5af; background: linear-gradient(135deg, #bfc5af, #B0C5AF);