#bfc0af
a light, muted yellow · cool · closest name: silver
RGB
191, 192, 175
HSL
64°, 12%, 72%
CMYK
1, 0, 9, 25
Luminance
0.5187
Every format
| HEX | #bfc0af |
| RGB | rgb(191, 192, 175) |
| HSL | hsl(64, 12%, 72%) |
| CMYK | cmyk(1%, 0%, 9%, 25%) |
| LAB | lab(77.2 -3.4 8.4) |
| LCH | lch(77.2 9.1 111.7) |
| OKLCH | oklch(0.802 0.023 109.7) |
Copy-ready code
/* CSS */
color: #bfc0af;
background-color: #bfc0af;
/* Tailwind (arbitrary) */
class="text-[#bfc0af] bg-[#bfc0af]"
/* SCSS */
$brand: #bfc0af;
/* SwiftUI */
Color(red: 0.749, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#bfc0af")Accessibility — WCAG contrast
Aa
#bfc0af on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc0af on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green75.3%
Blue68.6%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#bfc0af text on a black background
contrast 11.37:1
Card sample
#bfc0af text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc0af;
Background color
Panel with #bfc0af background
background-color: #bfc0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc0af; background: linear-gradient(135deg, #bfc0af, #B4C0AF);