#bfc2ab
a light, soft yellow · cool · closest name: silver
RGB
191, 194, 171
HSL
68°, 16%, 72%
CMYK
2, 0, 12, 24
Luminance
0.5260
Every format
| HEX | #bfc2ab |
| RGB | rgb(191, 194, 171) |
| HSL | hsl(68, 16%, 72%) |
| CMYK | cmyk(2%, 0%, 12%, 24%) |
| LAB | lab(77.6 -5.1 11.2) |
| LCH | lch(77.6 12.3 114.4) |
| OKLCH | oklch(0.805 0.032 113.1) |
Copy-ready code
/* CSS */
color: #bfc2ab;
background-color: #bfc2ab;
/* Tailwind (arbitrary) */
class="text-[#bfc2ab] bg-[#bfc2ab]"
/* SCSS */
$brand: #bfc2ab;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#bfc2ab")Accessibility — WCAG contrast
Aa
#bfc2ab on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2ab on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue67.1%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow11.9%
Key (black)23.9%
Color previews
#bfc2ab text on a black background
contrast 11.52:1
Card sample
#bfc2ab text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2ab;
Background color
Panel with #bfc2ab background
background-color: #bfc2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2ab; background: linear-gradient(135deg, #bfc2ab, #B0C2AB);