#be4400
a dark, electric orange · warm · closest name: chocolate
RGB
190, 68, 0
HSL
22°, 100%, 37%
CMYK
0, 64, 100, 26
Luminance
0.1508
Every format
| HEX | #be4400 |
| RGB | rgb(190, 68, 0) |
| HSL | hsl(22, 100%, 37%) |
| CMYK | cmyk(0%, 64%, 100%, 26%) |
| LAB | lab(45.8 46.8 56.6) |
| LCH | lch(45.8 73.5 50.4) |
| OKLCH | oklch(0.550 0.169 41.2) |
Copy-ready code
/* CSS */
color: #be4400;
background-color: #be4400;
/* Tailwind (arbitrary) */
class="text-[#be4400] bg-[#be4400]"
/* SCSS */
$brand: #be4400;
/* SwiftUI */
Color(red: 0.745, green: 0.267, blue: 0.000)
/* Android */
Color.parseColor("#be4400")Accessibility — WCAG contrast
Aa
#be4400 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be4400 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green26.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta64.2%
Yellow100.0%
Key (black)25.5%
Color previews
#be4400 text on a black background
contrast 4.02:1
Card sample
#be4400 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be4400;
Background color
Panel with #be4400 background
background-color: #be4400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be4400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 68, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 68, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be4400; background: linear-gradient(135deg, #be4400, #B9BE00);