#bc9e76
a balanced, soft orange · warm · closest name: tan
RGB
188, 158, 118
HSL
34°, 34%, 60%
CMYK
0, 16, 37, 26
Luminance
0.3645
Every format
| HEX | #bc9e76 |
| RGB | rgb(188, 158, 118) |
| HSL | hsl(34, 34%, 60%) |
| CMYK | cmyk(0%, 16%, 37%, 26%) |
| LAB | lab(66.9 5.4 25.1) |
| LCH | lch(66.9 25.6 77.9) |
| OKLCH | oklch(0.716 0.065 74.4) |
Copy-ready code
/* CSS */
color: #bc9e76;
background-color: #bc9e76;
/* Tailwind (arbitrary) */
class="text-[#bc9e76] bg-[#bc9e76]"
/* SCSS */
$brand: #bc9e76;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.463)
/* Android */
Color.parseColor("#bc9e76")Accessibility — WCAG contrast
Aa
#bc9e76 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9e76 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow37.2%
Key (black)26.3%
Color previews
#bc9e76 text on a black background
contrast 8.29:1
Card sample
#bc9e76 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9e76;
Background color
Panel with #bc9e76 background
background-color: #bc9e76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9e76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9e76; background: linear-gradient(135deg, #bc9e76, #ABBC76);