#bcaeba
a light, muted magenta / pink · warm · closest name: silver
RGB
188, 174, 186
HSL
309°, 10%, 71%
CMYK
0, 7, 1, 26
Luminance
0.4451
Every format
| HEX | #bcaeba |
| RGB | rgb(188, 174, 186) |
| HSL | hsl(309, 10%, 71%) |
| CMYK | cmyk(0%, 7%, 1%, 26%) |
| LAB | lab(72.6 7.2 -4.3) |
| LCH | lch(72.6 8.4 329.0) |
| OKLCH | oklch(0.766 0.023 330.4) |
Copy-ready code
/* CSS */
color: #bcaeba;
background-color: #bcaeba;
/* Tailwind (arbitrary) */
class="text-[#bcaeba] bg-[#bcaeba]"
/* SCSS */
$brand: #bcaeba;
/* SwiftUI */
Color(red: 0.737, green: 0.682, blue: 0.729)
/* Android */
Color.parseColor("#bcaeba")Accessibility — WCAG contrast
Aa
#bcaeba on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaeba on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow1.1%
Key (black)26.3%
Color previews
#bcaeba text on a black background
contrast 9.90:1
Card sample
#bcaeba text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaeba;
Background color
Panel with #bcaeba background
background-color: #bcaeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 174, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 174, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaeba; background: linear-gradient(135deg, #bcaeba, #BCAEB1);