#be4718
a dark, electric orange · warm · closest name: chocolate
RGB
190, 71, 24
HSL
17°, 78%, 42%
CMYK
0, 63, 87, 26
Luminance
0.1552
Every format
| HEX | #be4718 |
| RGB | rgb(190, 71, 24) |
| HSL | hsl(17, 78%, 42%) |
| CMYK | cmyk(0%, 63%, 87%, 26%) |
| LAB | lab(46.3 45.8 49.8) |
| LCH | lch(46.3 67.7 47.4) |
| OKLCH | oklch(0.555 0.163 39.3) |
Copy-ready code
/* CSS */
color: #be4718;
background-color: #be4718;
/* Tailwind (arbitrary) */
class="text-[#be4718] bg-[#be4718]"
/* SCSS */
$brand: #be4718;
/* SwiftUI */
Color(red: 0.745, green: 0.278, blue: 0.094)
/* Android */
Color.parseColor("#be4718")Accessibility — WCAG contrast
Aa
#be4718 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be4718 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green27.8%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow87.4%
Key (black)25.5%
Color previews
#be4718 text on a black background
contrast 4.10:1
Card sample
#be4718 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be4718;
Background color
Panel with #be4718 background
background-color: #be4718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be4718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 71, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 71, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be4718; background: linear-gradient(135deg, #be4718, #BEB618);