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