#b07913
a dark, electric orange · warm · closest name: peru
RGB
176, 121, 19
HSL
39°, 81%, 38%
CMYK
0, 31, 89, 31
Luminance
0.2295
Every format
| HEX | #b07913 |
| RGB | rgb(176, 121, 19) |
| HSL | hsl(39, 81%, 38%) |
| CMYK | cmyk(0%, 31%, 89%, 31%) |
| LAB | lab(55.0 13.6 57.5) |
| LCH | lch(55.0 59.0 76.7) |
| OKLCH | oklch(0.617 0.125 75.6) |
Copy-ready code
/* CSS */
color: #b07913;
background-color: #b07913;
/* Tailwind (arbitrary) */
class="text-[#b07913] bg-[#b07913]"
/* SCSS */
$brand: #b07913;
/* SwiftUI */
Color(red: 0.690, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#b07913")Accessibility — WCAG contrast
Aa
#b07913 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07913 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green47.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta31.3%
Yellow89.2%
Key (black)31.0%
Color previews
#b07913 text on a black background
contrast 5.59:1
Card sample
#b07913 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07913;
Background color
Panel with #b07913 background
background-color: #b07913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07913; background: linear-gradient(135deg, #b07913, #7EB013);