#bcbfac
a light, muted yellow · cool · closest name: silver
RGB
188, 191, 172
HSL
70°, 13%, 71%
CMYK
2, 0, 10, 25
Luminance
0.5093
Every format
| HEX | #bcbfac |
| RGB | rgb(188, 191, 172) |
| HSL | hsl(70, 13%, 71%) |
| CMYK | cmyk(2%, 0%, 10%, 25%) |
| LAB | lab(76.6 -4.4 9.2) |
| LCH | lch(76.6 10.2 115.6) |
| OKLCH | oklch(0.797 0.026 114.3) |
Copy-ready code
/* CSS */
color: #bcbfac;
background-color: #bcbfac;
/* Tailwind (arbitrary) */
class="text-[#bcbfac] bg-[#bcbfac]"
/* SCSS */
$brand: #bcbfac;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#bcbfac")Accessibility — WCAG contrast
Aa
#bcbfac on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbfac on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue67.5%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#bcbfac text on a black background
contrast 11.19:1
Card sample
#bcbfac text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbfac;
Background color
Panel with #bcbfac background
background-color: #bcbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbfac; background: linear-gradient(135deg, #bcbfac, #AFBFAC);