#bc9e98
a light, soft red · warm · closest name: silver
RGB
188, 158, 152
HSL
10°, 21%, 67%
CMYK
0, 16, 19, 26
Luminance
0.3741
Every format
| HEX | #bc9e98 |
| RGB | rgb(188, 158, 152) |
| HSL | hsl(10, 21%, 67%) |
| CMYK | cmyk(0%, 16%, 19%, 26%) |
| LAB | lab(67.6 10.1 7.3) |
| LCH | lch(67.6 12.4 35.7) |
| OKLCH | oklch(0.724 0.037 31.2) |
Copy-ready code
/* CSS */
color: #bc9e98;
background-color: #bc9e98;
/* Tailwind (arbitrary) */
class="text-[#bc9e98] bg-[#bc9e98]"
/* SCSS */
$brand: #bc9e98;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.596)
/* Android */
Color.parseColor("#bc9e98")Accessibility — WCAG contrast
Aa
#bc9e98 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9e98 on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow19.1%
Key (black)26.3%
Color previews
#bc9e98 text on a black background
contrast 8.48:1
Card sample
#bc9e98 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9e98;
Background color
Panel with #bc9e98 background
background-color: #bc9e98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9e98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9e98; background: linear-gradient(135deg, #bc9e98, #BCB698);