#bc935b
a balanced, soft orange · warm · closest name: tan
RGB
188, 147, 91
HSL
35°, 42%, 55%
CMYK
0, 22, 52, 26
Luminance
0.3231
Every format
| HEX | #bc935b |
| RGB | rgb(188, 147, 91) |
| HSL | hsl(35, 42%, 55%) |
| CMYK | cmyk(0%, 22%, 52%, 26%) |
| LAB | lab(63.6 8.5 35.4) |
| LCH | lch(63.6 36.4 76.4) |
| OKLCH | oklch(0.689 0.088 74.1) |
Copy-ready code
/* CSS */
color: #bc935b;
background-color: #bc935b;
/* Tailwind (arbitrary) */
class="text-[#bc935b] bg-[#bc935b]"
/* SCSS */
$brand: #bc935b;
/* SwiftUI */
Color(red: 0.737, green: 0.576, blue: 0.357)
/* Android */
Color.parseColor("#bc935b")Accessibility — WCAG contrast
Aa
#bc935b on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc935b on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow51.6%
Key (black)26.3%
Color previews
#bc935b text on a black background
contrast 7.46:1
Card sample
#bc935b text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc935b;
Background color
Panel with #bc935b background
background-color: #bc935b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc935b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 147, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 147, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc935b; background: linear-gradient(135deg, #bc935b, #A4BC5B);