#be7f13
a dark, electric orange · warm · closest name: peru
RGB
190, 127, 19
HSL
38°, 82%, 41%
CMYK
0, 33, 90, 26
Luminance
0.2617
Every format
| HEX | #be7f13 |
| RGB | rgb(190, 127, 19) |
| HSL | hsl(38, 82%, 41%) |
| CMYK | cmyk(0%, 33%, 90%, 26%) |
| LAB | lab(58.2 16.6 60.7) |
| LCH | lch(58.2 62.9 74.7) |
| OKLCH | oklch(0.646 0.133 73.0) |
Copy-ready code
/* CSS */
color: #be7f13;
background-color: #be7f13;
/* Tailwind (arbitrary) */
class="text-[#be7f13] bg-[#be7f13]"
/* SCSS */
$brand: #be7f13;
/* SwiftUI */
Color(red: 0.745, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#be7f13")Accessibility — WCAG contrast
Aa
#be7f13 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be7f13 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow90.0%
Key (black)25.5%
Color previews
#be7f13 text on a black background
contrast 6.23:1
Card sample
#be7f13 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be7f13;
Background color
Panel with #be7f13 background
background-color: #be7f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be7f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7f13; background: linear-gradient(135deg, #be7f13, #8BBE13);