#bcacae
a light, muted red · warm · closest name: silver
RGB
188, 172, 174
HSL
353°, 11%, 71%
CMYK
0, 9, 7, 26
Luminance
0.4325
Every format
| HEX | #bcacae |
| RGB | rgb(188, 172, 174) |
| HSL | hsl(353, 11%, 71%) |
| CMYK | cmyk(0%, 9%, 7%, 26%) |
| LAB | lab(71.7 6.1 1.1) |
| LCH | lch(71.7 6.2 9.9) |
| OKLCH | oklch(0.759 0.019 8.9) |
Copy-ready code
/* CSS */
color: #bcacae;
background-color: #bcacae;
/* Tailwind (arbitrary) */
class="text-[#bcacae] bg-[#bcacae]"
/* SCSS */
$brand: #bcacae;
/* SwiftUI */
Color(red: 0.737, green: 0.675, blue: 0.682)
/* Android */
Color.parseColor("#bcacae")Accessibility — WCAG contrast
Aa
#bcacae on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcacae on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow7.4%
Key (black)26.3%
Color previews
#bcacae text on a black background
contrast 9.65:1
Card sample
#bcacae text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcacae;
Background color
Panel with #bcacae background
background-color: #bcacae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcacae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 172, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 172, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcacae; background: linear-gradient(135deg, #bcacae, #BCB5AC);