#bc979b
a light, soft red · warm · closest name: silver
RGB
188, 151, 155
HSL
354°, 22%, 67%
CMYK
0, 20, 18, 26
Luminance
0.3519
Every format
| HEX | #bc979b |
| RGB | rgb(188, 151, 155) |
| HSL | hsl(354, 22%, 67%) |
| CMYK | cmyk(0%, 20%, 18%, 26%) |
| LAB | lab(65.9 14.4 3.1) |
| LCH | lch(65.9 14.8 12.3) |
| OKLCH | oklch(0.712 0.045 11.0) |
Copy-ready code
/* CSS */
color: #bc979b;
background-color: #bc979b;
/* Tailwind (arbitrary) */
class="text-[#bc979b] bg-[#bc979b]"
/* SCSS */
$brand: #bc979b;
/* SwiftUI */
Color(red: 0.737, green: 0.592, blue: 0.608)
/* Android */
Color.parseColor("#bc979b")Accessibility — WCAG contrast
Aa
#bc979b on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc979b on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green59.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow17.6%
Key (black)26.3%
Color previews
#bc979b text on a black background
contrast 8.04:1
Card sample
#bc979b text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc979b;
Background color
Panel with #bc979b background
background-color: #bc979b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc979b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 151, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 151, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc979b; background: linear-gradient(135deg, #bc979b, #BCAC97);