#bf7c39
a balanced, vivid orange · warm · closest name: peru
RGB
191, 124, 57
HSL
30°, 54%, 49%
CMYK
0, 35, 70, 25
Luminance
0.2579
Every format
| HEX | #bf7c39 |
| RGB | rgb(191, 124, 57) |
| HSL | hsl(30, 54%, 49%) |
| CMYK | cmyk(0%, 35%, 70%, 25%) |
| LAB | lab(57.8 20.0 46.1) |
| LCH | lch(57.8 50.2 66.5) |
| OKLCH | oklch(0.644 0.117 62.9) |
Copy-ready code
/* CSS */
color: #bf7c39;
background-color: #bf7c39;
/* Tailwind (arbitrary) */
class="text-[#bf7c39] bg-[#bf7c39]"
/* SCSS */
$brand: #bf7c39;
/* SwiftUI */
Color(red: 0.749, green: 0.486, blue: 0.224)
/* Android */
Color.parseColor("#bf7c39")Accessibility — WCAG contrast
Aa
#bf7c39 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf7c39 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green48.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow70.2%
Key (black)25.1%
Color previews
#bf7c39 text on a black background
contrast 6.16:1
Card sample
#bf7c39 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7c39;
Background color
Panel with #bf7c39 background
background-color: #bf7c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 124, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 124, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7c39; background: linear-gradient(135deg, #bf7c39, #A9BF39);