#bc924f
a balanced, soft orange · warm · closest name: peru
RGB
188, 146, 79
HSL
37°, 45%, 52%
CMYK
0, 22, 58, 26
Luminance
0.3181
Every format
| HEX | #bc924f |
| RGB | rgb(188, 146, 79) |
| HSL | hsl(37, 45%, 52%) |
| CMYK | cmyk(0%, 22%, 58%, 26%) |
| LAB | lab(63.2 8.1 41.1) |
| LCH | lch(63.2 41.9 78.9) |
| OKLCH | oklch(0.686 0.099 77.5) |
Copy-ready code
/* CSS */
color: #bc924f;
background-color: #bc924f;
/* Tailwind (arbitrary) */
class="text-[#bc924f] bg-[#bc924f]"
/* SCSS */
$brand: #bc924f;
/* SwiftUI */
Color(red: 0.737, green: 0.573, blue: 0.310)
/* Android */
Color.parseColor("#bc924f")Accessibility — WCAG contrast
Aa
#bc924f on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc924f on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow58.0%
Key (black)26.3%
Color previews
#bc924f text on a black background
contrast 7.36:1
Card sample
#bc924f text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc924f;
Background color
Panel with #bc924f background
background-color: #bc924f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc924f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 146, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 146, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc924f; background: linear-gradient(135deg, #bc924f, #9DBC4F);