#bfc2af
a light, muted yellow · cool · closest name: silver
RGB
191, 194, 175
HSL
70°, 14%, 72%
CMYK
2, 0, 10, 24
Luminance
0.5276
Every format
| HEX | #bfc2af |
| RGB | rgb(191, 194, 175) |
| HSL | hsl(70, 14%, 72%) |
| CMYK | cmyk(2%, 0%, 10%, 24%) |
| LAB | lab(77.7 -4.4 9.2) |
| LCH | lch(77.7 10.2 115.7) |
| OKLCH | oklch(0.806 0.026 114.3) |
Copy-ready code
/* CSS */
color: #bfc2af;
background-color: #bfc2af;
/* Tailwind (arbitrary) */
class="text-[#bfc2af] bg-[#bfc2af]"
/* SCSS */
$brand: #bfc2af;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#bfc2af")Accessibility — WCAG contrast
Aa
#bfc2af on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2af on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue68.6%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#bfc2af text on a black background
contrast 11.55:1
Card sample
#bfc2af text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2af;
Background color
Panel with #bfc2af background
background-color: #bfc2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2af; background: linear-gradient(135deg, #bfc2af, #B2C2AF);