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