#be4b13
a dark, electric orange · warm · closest name: chocolate
RGB
190, 75, 19
HSL
20°, 82%, 41%
CMYK
0, 61, 90, 26
Luminance
0.1603
Every format
| HEX | #be4b13 |
| RGB | rgb(190, 75, 19) |
| HSL | hsl(20, 82%, 41%) |
| CMYK | cmyk(0%, 61%, 90%, 26%) |
| LAB | lab(47.0 43.9 52.2) |
| LCH | lch(47.0 68.1 49.9) |
| OKLCH | oklch(0.560 0.161 41.8) |
Copy-ready code
/* CSS */
color: #be4b13;
background-color: #be4b13;
/* Tailwind (arbitrary) */
class="text-[#be4b13] bg-[#be4b13]"
/* SCSS */
$brand: #be4b13;
/* SwiftUI */
Color(red: 0.745, green: 0.294, blue: 0.075)
/* Android */
Color.parseColor("#be4b13")Accessibility — WCAG contrast
Aa
#be4b13 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be4b13 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green29.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow90.0%
Key (black)25.5%
Color previews
#be4b13 text on a black background
contrast 4.21:1
Card sample
#be4b13 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be4b13;
Background color
Panel with #be4b13 background
background-color: #be4b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be4b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 75, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 75, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be4b13; background: linear-gradient(135deg, #be4b13, #BEBD13);