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