#bfc7ac
a light, soft green · cool · closest name: silver
RGB
191, 199, 172
HSL
78°, 19%, 73%
CMYK
4, 0, 14, 22
Luminance
0.5490
Every format
| HEX | #bfc7ac |
| RGB | rgb(191, 199, 172) |
| HSL | hsl(78, 19%, 73%) |
| CMYK | cmyk(4%, 0%, 14%, 22%) |
| LAB | lab(79.0 -7.5 12.6) |
| LCH | lch(79.0 14.7 120.9) |
| OKLCH | oklch(0.816 0.038 120.7) |
Copy-ready code
/* CSS */
color: #bfc7ac;
background-color: #bfc7ac;
/* Tailwind (arbitrary) */
class="text-[#bfc7ac] bg-[#bfc7ac]"
/* SCSS */
$brand: #bfc7ac;
/* SwiftUI */
Color(red: 0.749, green: 0.780, blue: 0.675)
/* Android */
Color.parseColor("#bfc7ac")Accessibility — WCAG contrast
Aa
#bfc7ac on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc7ac on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green78.0%
Blue67.5%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow13.6%
Key (black)22.0%
Color previews
#bfc7ac text on a black background
contrast 11.98:1
Card sample
#bfc7ac text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc7ac;
Background color
Panel with #bfc7ac background
background-color: #bfc7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 199, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 199, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc7ac; background: linear-gradient(135deg, #bfc7ac, #ADC7AC);