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