#bfcac2
a light, muted green · cool · closest name: silver
RGB
191, 202, 194
HSL
136°, 9%, 77%
CMYK
5, 0, 4, 21
Luminance
0.5721
Every format
| HEX | #bfcac2 |
| RGB | rgb(191, 202, 194) |
| HSL | hsl(136, 9%, 77%) |
| CMYK | cmyk(5%, 0%, 4%, 21%) |
| LAB | lab(80.3 -5.3 2.7) |
| LCH | lch(80.3 5.9 152.9) |
| OKLCH | oklch(0.828 0.016 154.4) |
Copy-ready code
/* CSS */
color: #bfcac2;
background-color: #bfcac2;
/* Tailwind (arbitrary) */
class="text-[#bfcac2] bg-[#bfcac2]"
/* SCSS */
$brand: #bfcac2;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.761)
/* Android */
Color.parseColor("#bfcac2")Accessibility — WCAG contrast
Aa
#bfcac2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcac2 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue76.1%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow4.0%
Key (black)20.8%
Color previews
#bfcac2 text on a black background
contrast 12.44:1
Card sample
#bfcac2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcac2;
Background color
Panel with #bfcac2 background
background-color: #bfcac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcac2; background: linear-gradient(135deg, #bfcac2, #BFCAC9);