#bc8939
a balanced, vivid orange · warm · closest name: peru
RGB
188, 137, 57
HSL
37°, 54%, 48%
CMYK
0, 27, 70, 26
Luminance
0.2888
Every format
| HEX | #bc8939 |
| RGB | rgb(188, 137, 57) |
| HSL | hsl(37, 54%, 48%) |
| CMYK | cmyk(0%, 27%, 70%, 26%) |
| LAB | lab(60.7 11.5 49.0) |
| LCH | lch(60.7 50.3 76.8) |
| OKLCH | oklch(0.665 0.114 75.5) |
Copy-ready code
/* CSS */
color: #bc8939;
background-color: #bc8939;
/* Tailwind (arbitrary) */
class="text-[#bc8939] bg-[#bc8939]"
/* SCSS */
$brand: #bc8939;
/* SwiftUI */
Color(red: 0.737, green: 0.537, blue: 0.224)
/* Android */
Color.parseColor("#bc8939")Accessibility — WCAG contrast
Aa
#bc8939 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc8939 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green53.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow69.7%
Key (black)26.3%
Color previews
#bc8939 text on a black background
contrast 6.78:1
Card sample
#bc8939 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8939;
Background color
Panel with #bc8939 background
background-color: #bc8939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 137, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 137, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8939; background: linear-gradient(135deg, #bc8939, #98BC39);