#bc9b89
a balanced, soft orange · warm · closest name: tan
RGB
188, 155, 137
HSL
21°, 28%, 64%
CMYK
0, 18, 27, 26
Luminance
0.3594
Every format
| HEX | #bc9b89 |
| RGB | rgb(188, 155, 137) |
| HSL | hsl(21, 28%, 64%) |
| CMYK | cmyk(0%, 18%, 27%, 26%) |
| LAB | lab(66.5 9.5 14.0) |
| LCH | lch(66.5 17.0 55.9) |
| OKLCH | oklch(0.715 0.047 50.2) |
Copy-ready code
/* CSS */
color: #bc9b89;
background-color: #bc9b89;
/* Tailwind (arbitrary) */
class="text-[#bc9b89] bg-[#bc9b89]"
/* SCSS */
$brand: #bc9b89;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.537)
/* Android */
Color.parseColor("#bc9b89")Accessibility — WCAG contrast
Aa
#bc9b89 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9b89 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow27.1%
Key (black)26.3%
Color previews
#bc9b89 text on a black background
contrast 8.19:1
Card sample
#bc9b89 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9b89;
Background color
Panel with #bc9b89 background
background-color: #bc9b89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9b89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9b89; background: linear-gradient(135deg, #bc9b89, #BBBC89);