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