#bf7613
a dark, electric orange · warm · closest name: peru
RGB
191, 118, 19
HSL
35°, 82%, 41%
CMYK
0, 38, 90, 25
Luminance
0.2408
Every format
| HEX | #bf7613 |
| RGB | rgb(191, 118, 19) |
| HSL | hsl(35, 82%, 41%) |
| CMYK | cmyk(0%, 38%, 90%, 25%) |
| LAB | lab(56.2 21.9 59.2) |
| LCH | lch(56.2 63.1 69.7) |
| OKLCH | oklch(0.630 0.135 66.2) |
Copy-ready code
/* CSS */
color: #bf7613;
background-color: #bf7613;
/* Tailwind (arbitrary) */
class="text-[#bf7613] bg-[#bf7613]"
/* SCSS */
$brand: #bf7613;
/* SwiftUI */
Color(red: 0.749, green: 0.463, blue: 0.075)
/* Android */
Color.parseColor("#bf7613")Accessibility — WCAG contrast
Aa
#bf7613 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf7613 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green46.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow90.1%
Key (black)25.1%
Color previews
#bf7613 text on a black background
contrast 5.82:1
Card sample
#bf7613 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7613;
Background color
Panel with #bf7613 background
background-color: #bf7613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 118, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 118, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7613; background: linear-gradient(135deg, #bf7613, #96BF13);