#bc988f
a balanced, soft red · warm · closest name: tan
RGB
188, 152, 143
HSL
12°, 25%, 65%
CMYK
0, 19, 24, 26
Luminance
0.3513
Every format
| HEX | #bc988f |
| RGB | rgb(188, 152, 143) |
| HSL | hsl(12, 25%, 65%) |
| CMYK | cmyk(0%, 19%, 24%, 26%) |
| LAB | lab(65.8 12.0 9.8) |
| LCH | lch(65.8 15.5 39.2) |
| OKLCH | oklch(0.710 0.045 34.4) |
Copy-ready code
/* CSS */
color: #bc988f;
background-color: #bc988f;
/* Tailwind (arbitrary) */
class="text-[#bc988f] bg-[#bc988f]"
/* SCSS */
$brand: #bc988f;
/* SwiftUI */
Color(red: 0.737, green: 0.596, blue: 0.561)
/* Android */
Color.parseColor("#bc988f")Accessibility — WCAG contrast
Aa
#bc988f on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc988f on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green59.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow23.9%
Key (black)26.3%
Color previews
#bc988f text on a black background
contrast 8.03:1
Card sample
#bc988f text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc988f;
Background color
Panel with #bc988f background
background-color: #bc988f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc988f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 152, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 152, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc988f; background: linear-gradient(135deg, #bc988f, #BCB68F);