#bc9e58
a balanced, soft yellow · warm · closest name: tan
RGB
188, 158, 88
HSL
42°, 43%, 54%
CMYK
0, 16, 53, 26
Luminance
0.3585
Every format
| HEX | #bc9e58 |
| RGB | rgb(188, 158, 88) |
| HSL | hsl(42, 43%, 54%) |
| CMYK | cmyk(0%, 16%, 53%, 26%) |
| LAB | lab(66.4 2.3 40.4) |
| LCH | lch(66.4 40.4 86.8) |
| OKLCH | oklch(0.711 0.096 86.7) |
Copy-ready code
/* CSS */
color: #bc9e58;
background-color: #bc9e58;
/* Tailwind (arbitrary) */
class="text-[#bc9e58] bg-[#bc9e58]"
/* SCSS */
$brand: #bc9e58;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.345)
/* Android */
Color.parseColor("#bc9e58")Accessibility — WCAG contrast
Aa
#bc9e58 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9e58 on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow53.2%
Key (black)26.3%
Color previews
#bc9e58 text on a black background
contrast 8.17:1
Card sample
#bc9e58 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9e58;
Background color
Panel with #bc9e58 background
background-color: #bc9e58;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9e58;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9e58; background: linear-gradient(135deg, #bc9e58, #97BC58);