#bc958b
a balanced, soft red · warm · closest name: tan
RGB
188, 149, 139
HSL
12°, 27%, 64%
CMYK
0, 21, 26, 26
Luminance
0.3405
Every format
| HEX | #bc958b |
| RGB | rgb(188, 149, 139) |
| HSL | hsl(12, 27%, 64%) |
| CMYK | cmyk(0%, 21%, 26%, 26%) |
| LAB | lab(65.0 13.1 10.8) |
| LCH | lch(65.0 17.0 39.6) |
| OKLCH | oklch(0.703 0.049 34.8) |
Copy-ready code
/* CSS */
color: #bc958b;
background-color: #bc958b;
/* Tailwind (arbitrary) */
class="text-[#bc958b] bg-[#bc958b]"
/* SCSS */
$brand: #bc958b;
/* SwiftUI */
Color(red: 0.737, green: 0.584, blue: 0.545)
/* Android */
Color.parseColor("#bc958b")Accessibility — WCAG contrast
Aa
#bc958b on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc958b on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green58.4%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow26.1%
Key (black)26.3%
Color previews
#bc958b text on a black background
contrast 7.81:1
Card sample
#bc958b text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc958b;
Background color
Panel with #bc958b background
background-color: #bc958b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc958b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 149, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 149, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc958b; background: linear-gradient(135deg, #bc958b, #BCB68B);