#bc938b
a balanced, soft red · warm · closest name: tan
RGB
188, 147, 139
HSL
10°, 27%, 64%
CMYK
0, 22, 26, 26
Luminance
0.3342
Every format
| HEX | #bc938b |
| RGB | rgb(188, 147, 139) |
| HSL | hsl(10, 27%, 64%) |
| CMYK | cmyk(0%, 22%, 26%, 26%) |
| LAB | lab(64.5 14.2 10.1) |
| LCH | lch(64.5 17.5 35.5) |
| OKLCH | oklch(0.699 0.051 31.1) |
Copy-ready code
/* CSS */
color: #bc938b;
background-color: #bc938b;
/* Tailwind (arbitrary) */
class="text-[#bc938b] bg-[#bc938b]"
/* SCSS */
$brand: #bc938b;
/* SwiftUI */
Color(red: 0.737, green: 0.576, blue: 0.545)
/* Android */
Color.parseColor("#bc938b")Accessibility — WCAG contrast
Aa
#bc938b on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc938b on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.6%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow26.1%
Key (black)26.3%
Color previews
#bc938b text on a black background
contrast 7.68:1
Card sample
#bc938b text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc938b;
Background color
Panel with #bc938b background
background-color: #bc938b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc938b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 147, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 147, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc938b; background: linear-gradient(135deg, #bc938b, #BCB48B);