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