#bcafbd
a light, muted magenta / pink · warm · closest name: silver
RGB
188, 175, 189
HSL
296°, 10%, 71%
CMYK
1, 7, 0, 26
Luminance
0.4503
Every format
| HEX | #bcafbd |
| RGB | rgb(188, 175, 189) |
| HSL | hsl(296, 10%, 71%) |
| CMYK | cmyk(1%, 7%, 0%, 26%) |
| LAB | lab(72.9 7.2 -5.5) |
| LCH | lch(72.9 9.0 322.9) |
| OKLCH | oklch(0.769 0.024 323.7) |
Copy-ready code
/* CSS */
color: #bcafbd;
background-color: #bcafbd;
/* Tailwind (arbitrary) */
class="text-[#bcafbd] bg-[#bcafbd]"
/* SCSS */
$brand: #bcafbd;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.741)
/* Android */
Color.parseColor("#bcafbd")Accessibility — WCAG contrast
Aa
#bcafbd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcafbd on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue74.1%
CMYK percentages
Cyan0.5%
Magenta7.4%
Yellow0.0%
Key (black)25.9%
Color previews
#bcafbd text on a black background
contrast 10.01:1
Card sample
#bcafbd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcafbd;
Background color
Panel with #bcafbd background
background-color: #bcafbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcafbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcafbd; background: linear-gradient(135deg, #bcafbd, #BDAFB5);