#bc9fa1
a light, soft red · warm · closest name: silver
RGB
188, 159, 161
HSL
356°, 18%, 68%
CMYK
0, 15, 14, 26
Luminance
0.3806
Every format
| HEX | #bc9fa1 |
| RGB | rgb(188, 159, 161) |
| HSL | hsl(356, 18%, 68%) |
| CMYK | cmyk(0%, 15%, 14%, 26%) |
| LAB | lab(68.1 11.0 2.9) |
| LCH | lch(68.1 11.4 15.0) |
| OKLCH | oklch(0.729 0.034 13.3) |
Copy-ready code
/* CSS */
color: #bc9fa1;
background-color: #bc9fa1;
/* Tailwind (arbitrary) */
class="text-[#bc9fa1] bg-[#bc9fa1]"
/* SCSS */
$brand: #bc9fa1;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.631)
/* Android */
Color.parseColor("#bc9fa1")Accessibility — WCAG contrast
Aa
#bc9fa1 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fa1 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow14.4%
Key (black)26.3%
Color previews
#bc9fa1 text on a black background
contrast 8.61:1
Card sample
#bc9fa1 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fa1;
Background color
Panel with #bc9fa1 background
background-color: #bc9fa1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fa1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fa1; background: linear-gradient(135deg, #bc9fa1, #BCB09F);