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