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