#bcaaaf
a light, muted magenta / pink · warm · closest name: silver
RGB
188, 170, 175
HSL
343°, 12%, 70%
CMYK
0, 10, 7, 26
Luminance
0.4254
Every format
| HEX | #bcaaaf |
| RGB | rgb(188, 170, 175) |
| HSL | hsl(343, 12%, 70%) |
| CMYK | cmyk(0%, 10%, 7%, 26%) |
| LAB | lab(71.2 7.4 -0.2) |
| LCH | lch(71.2 7.4 358.4) |
| OKLCH | oklch(0.755 0.022 358.9) |
Copy-ready code
/* CSS */
color: #bcaaaf;
background-color: #bcaaaf;
/* Tailwind (arbitrary) */
class="text-[#bcaaaf] bg-[#bcaaaf]"
/* SCSS */
$brand: #bcaaaf;
/* SwiftUI */
Color(red: 0.737, green: 0.667, blue: 0.686)
/* Android */
Color.parseColor("#bcaaaf")Accessibility — WCAG contrast
Aa
#bcaaaf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaaaf on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green66.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow6.9%
Key (black)26.3%
Color previews
#bcaaaf text on a black background
contrast 9.51:1
Card sample
#bcaaaf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaaaf;
Background color
Panel with #bcaaaf background
background-color: #bcaaaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaaaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 170, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 170, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaaaf; background: linear-gradient(135deg, #bcaaaf, #BCB1AA);