#bf7213
a dark, electric orange · warm · closest name: peru
RGB
191, 114, 19
HSL
33°, 82%, 41%
CMYK
0, 40, 90, 25
Luminance
0.2316
Every format
| HEX | #bf7213 |
| RGB | rgb(191, 114, 19) |
| HSL | hsl(33, 82%, 41%) |
| CMYK | cmyk(0%, 40%, 90%, 25%) |
| LAB | lab(55.2 24.1 58.4) |
| LCH | lch(55.2 63.2 67.6) |
| OKLCH | oklch(0.623 0.136 63.5) |
Copy-ready code
/* CSS */
color: #bf7213;
background-color: #bf7213;
/* Tailwind (arbitrary) */
class="text-[#bf7213] bg-[#bf7213]"
/* SCSS */
$brand: #bf7213;
/* SwiftUI */
Color(red: 0.749, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#bf7213")Accessibility — WCAG contrast
Aa
#bf7213 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf7213 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green44.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow90.1%
Key (black)25.1%
Color previews
#bf7213 text on a black background
contrast 5.63:1
Card sample
#bf7213 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7213;
Background color
Panel with #bf7213 background
background-color: #bf7213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7213; background: linear-gradient(135deg, #bf7213, #9ABF13);