#bcafb4
a light, muted magenta / pink · warm · closest name: silver
RGB
188, 175, 180
HSL
337°, 9%, 71%
CMYK
0, 7, 4, 26
Luminance
0.4465
Every format
| HEX | #bcafb4 |
| RGB | rgb(188, 175, 180) |
| HSL | hsl(337, 9%, 71%) |
| CMYK | cmyk(0%, 7%, 4%, 26%) |
| LAB | lab(72.7 5.5 -0.9) |
| LCH | lch(72.7 5.6 351.0) |
| OKLCH | oklch(0.766 0.016 352.1) |
Copy-ready code
/* CSS */
color: #bcafb4;
background-color: #bcafb4;
/* Tailwind (arbitrary) */
class="text-[#bcafb4] bg-[#bcafb4]"
/* SCSS */
$brand: #bcafb4;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.706)
/* Android */
Color.parseColor("#bcafb4")Accessibility — WCAG contrast
Aa
#bcafb4 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcafb4 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow4.3%
Key (black)26.3%
Color previews
#bcafb4 text on a black background
contrast 9.93:1
Card sample
#bcafb4 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcafb4;
Background color
Panel with #bcafb4 background
background-color: #bcafb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcafb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcafb4; background: linear-gradient(135deg, #bcafb4, #BCB3AF);