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