#bcbaac
a light, muted yellow · cool · closest name: silver
RGB
188, 186, 172
HSL
53°, 11%, 71%
CMYK
0, 1, 9, 26
Luminance
0.4879
Every format
| HEX | #bcbaac |
| RGB | rgb(188, 186, 172) |
| HSL | hsl(53, 11%, 71%) |
| CMYK | cmyk(0%, 1%, 9%, 26%) |
| LAB | lab(75.3 -1.8 7.3) |
| LCH | lch(75.3 7.6 103.7) |
| OKLCH | oklch(0.787 0.019 100.2) |
Copy-ready code
/* CSS */
color: #bcbaac;
background-color: #bcbaac;
/* Tailwind (arbitrary) */
class="text-[#bcbaac] bg-[#bcbaac]"
/* SCSS */
$brand: #bcbaac;
/* SwiftUI */
Color(red: 0.737, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#bcbaac")Accessibility — WCAG contrast
Aa
#bcbaac on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbaac on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green72.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow8.5%
Key (black)26.3%
Color previews
#bcbaac text on a black background
contrast 10.76:1
Card sample
#bcbaac text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbaac;
Background color
Panel with #bcbaac background
background-color: #bcbaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbaac; background: linear-gradient(135deg, #bcbaac, #B3BCAC);