#bc955f
a balanced, soft orange · warm · closest name: tan
RGB
188, 149, 95
HSL
35°, 41%, 56%
CMYK
0, 21, 50, 26
Luminance
0.3301
Every format
| HEX | #bc955f |
| RGB | rgb(188, 149, 95) |
| HSL | hsl(35, 41%, 56%) |
| CMYK | cmyk(0%, 21%, 50%, 26%) |
| LAB | lab(64.2 7.8 34.0) |
| LCH | lch(64.2 34.8 77.1) |
| OKLCH | oklch(0.694 0.085 74.6) |
Copy-ready code
/* CSS */
color: #bc955f;
background-color: #bc955f;
/* Tailwind (arbitrary) */
class="text-[#bc955f] bg-[#bc955f]"
/* SCSS */
$brand: #bc955f;
/* SwiftUI */
Color(red: 0.737, green: 0.584, blue: 0.373)
/* Android */
Color.parseColor("#bc955f")Accessibility — WCAG contrast
Aa
#bc955f on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc955f on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green58.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow49.5%
Key (black)26.3%
Color previews
#bc955f text on a black background
contrast 7.60:1
Card sample
#bc955f text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc955f;
Background color
Panel with #bc955f background
background-color: #bc955f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc955f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 149, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 149, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc955f; background: linear-gradient(135deg, #bc955f, #A5BC5F);