#bc9aa2
a light, soft red · warm · closest name: silver
RGB
188, 154, 162
HSL
346°, 20%, 67%
CMYK
0, 18, 14, 26
Luminance
0.3641
Every format
| HEX | #bc9aa2 |
| RGB | rgb(188, 154, 162) |
| HSL | hsl(346, 20%, 67%) |
| CMYK | cmyk(0%, 18%, 14%, 26%) |
| LAB | lab(66.8 13.9 0.6) |
| LCH | lch(66.8 13.9 2.4) |
| OKLCH | oklch(0.719 0.042 2.4) |
Copy-ready code
/* CSS */
color: #bc9aa2;
background-color: #bc9aa2;
/* Tailwind (arbitrary) */
class="text-[#bc9aa2] bg-[#bc9aa2]"
/* SCSS */
$brand: #bc9aa2;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.635)
/* Android */
Color.parseColor("#bc9aa2")Accessibility — WCAG contrast
Aa
#bc9aa2 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9aa2 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow13.8%
Key (black)26.3%
Color previews
#bc9aa2 text on a black background
contrast 8.28:1
Card sample
#bc9aa2 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9aa2;
Background color
Panel with #bc9aa2 background
background-color: #bc9aa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9aa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9aa2; background: linear-gradient(135deg, #bc9aa2, #BCA99A);