#bcaeaf
a light, muted red · warm · closest name: silver
RGB
188, 174, 175
HSL
356°, 10%, 71%
CMYK
0, 7, 7, 26
Luminance
0.4406
Every format
| HEX | #bcaeaf |
| RGB | rgb(188, 174, 175) |
| HSL | hsl(356, 10%, 71%) |
| CMYK | cmyk(0%, 7%, 7%, 26%) |
| LAB | lab(72.3 5.2 1.3) |
| LCH | lch(72.3 5.3 14.1) |
| OKLCH | oklch(0.763 0.016 12.5) |
Copy-ready code
/* CSS */
color: #bcaeaf;
background-color: #bcaeaf;
/* Tailwind (arbitrary) */
class="text-[#bcaeaf] bg-[#bcaeaf]"
/* SCSS */
$brand: #bcaeaf;
/* SwiftUI */
Color(red: 0.737, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#bcaeaf")Accessibility — WCAG contrast
Aa
#bcaeaf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaeaf on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow6.9%
Key (black)26.3%
Color previews
#bcaeaf text on a black background
contrast 9.81:1
Card sample
#bcaeaf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaeaf;
Background color
Panel with #bcaeaf background
background-color: #bcaeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaeaf; background: linear-gradient(135deg, #bcaeaf, #BCB6AE);