#bc913f
a balanced, vivid orange · warm · closest name: peru
RGB
188, 145, 63
HSL
39°, 50%, 49%
CMYK
0, 23, 67, 26
Luminance
0.3130
Every format
| HEX | #bc913f |
| RGB | rgb(188, 145, 63) |
| HSL | hsl(39, 50%, 49%) |
| CMYK | cmyk(0%, 23%, 67%, 26%) |
| LAB | lab(62.8 7.5 48.5) |
| LCH | lch(62.8 49.0 81.2) |
| OKLCH | oklch(0.682 0.112 81.0) |
Copy-ready code
/* CSS */
color: #bc913f;
background-color: #bc913f;
/* Tailwind (arbitrary) */
class="text-[#bc913f] bg-[#bc913f]"
/* SCSS */
$brand: #bc913f;
/* SwiftUI */
Color(red: 0.737, green: 0.569, blue: 0.247)
/* Android */
Color.parseColor("#bc913f")Accessibility — WCAG contrast
Aa
#bc913f on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc913f on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow66.5%
Key (black)26.3%
Color previews
#bc913f text on a black background
contrast 7.26:1
Card sample
#bc913f text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc913f;
Background color
Panel with #bc913f background
background-color: #bc913f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc913f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 145, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 145, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc913f; background: linear-gradient(135deg, #bc913f, #94BC3F);