#ba7213
a dark, electric orange · warm · closest name: peru
RGB
186, 114, 19
HSL
34°, 82%, 40%
CMYK
0, 39, 90, 27
Luminance
0.2252
Every format
| HEX | #ba7213 |
| RGB | rgb(186, 114, 19) |
| HSL | hsl(34, 82%, 40%) |
| CMYK | cmyk(0%, 39%, 90%, 27%) |
| LAB | lab(54.6 22.0 57.6) |
| LCH | lch(54.6 61.7 69.1) |
| OKLCH | oklch(0.617 0.132 65.6) |
Copy-ready code
/* CSS */
color: #ba7213;
background-color: #ba7213;
/* Tailwind (arbitrary) */
class="text-[#ba7213] bg-[#ba7213]"
/* SCSS */
$brand: #ba7213;
/* SwiftUI */
Color(red: 0.729, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#ba7213")Accessibility — WCAG contrast
Aa
#ba7213 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7213 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow89.8%
Key (black)27.1%
Color previews
#ba7213 text on a black background
contrast 5.50:1
Card sample
#ba7213 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7213;
Background color
Panel with #ba7213 background
background-color: #ba7213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7213; background: linear-gradient(135deg, #ba7213, #93BA13);