#bc9eae
a light, soft magenta / pink · warm · closest name: silver
RGB
188, 158, 174
HSL
328°, 18%, 68%
CMYK
0, 16, 7, 26
Luminance
0.3820
Every format
| HEX | #bc9eae |
| RGB | rgb(188, 158, 174) |
| HSL | hsl(328, 18%, 68%) |
| CMYK | cmyk(0%, 16%, 7%, 26%) |
| LAB | lab(68.2 13.8 -4.2) |
| LCH | lch(68.2 14.4 343.2) |
| OKLCH | oklch(0.731 0.042 344.8) |
Copy-ready code
/* CSS */
color: #bc9eae;
background-color: #bc9eae;
/* Tailwind (arbitrary) */
class="text-[#bc9eae] bg-[#bc9eae]"
/* SCSS */
$brand: #bc9eae;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.682)
/* Android */
Color.parseColor("#bc9eae")Accessibility — WCAG contrast
Aa
#bc9eae on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9eae on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow7.4%
Key (black)26.3%
Color previews
#bc9eae text on a black background
contrast 8.64:1
Card sample
#bc9eae text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9eae;
Background color
Panel with #bc9eae background
background-color: #bc9eae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9eae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9eae; background: linear-gradient(135deg, #bc9eae, #BCA29E);