#bc939b
a light, soft red · warm · closest name: gray
RGB
188, 147, 155
HSL
348°, 23%, 66%
CMYK
0, 22, 18, 26
Luminance
0.3393
Every format
| HEX | #bc939b |
| RGB | rgb(188, 147, 155) |
| HSL | hsl(348, 23%, 66%) |
| CMYK | cmyk(0%, 22%, 18%, 26%) |
| LAB | lab(64.9 16.6 1.7) |
| LCH | lch(64.9 16.7 5.9) |
| OKLCH | oklch(0.704 0.050 5.4) |
Copy-ready code
/* CSS */
color: #bc939b;
background-color: #bc939b;
/* Tailwind (arbitrary) */
class="text-[#bc939b] bg-[#bc939b]"
/* SCSS */
$brand: #bc939b;
/* SwiftUI */
Color(red: 0.737, green: 0.576, blue: 0.608)
/* Android */
Color.parseColor("#bc939b")Accessibility — WCAG contrast
Aa
#bc939b on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc939b on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow17.6%
Key (black)26.3%
Color previews
#bc939b text on a black background
contrast 7.79:1
Card sample
#bc939b text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc939b;
Background color
Panel with #bc939b background
background-color: #bc939b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc939b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 147, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 147, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc939b; background: linear-gradient(135deg, #bc939b, #BCA693);