#be5f00
a dark, electric orange · warm · closest name: chocolate
RGB
190, 95, 0
HSL
30°, 100%, 37%
CMYK
0, 50, 100, 26
Luminance
0.1913
Every format
| HEX | #be5f00 |
| RGB | rgb(190, 95, 0) |
| HSL | hsl(30, 100%, 37%) |
| CMYK | cmyk(0%, 50%, 100%, 26%) |
| LAB | lab(50.8 33.6 59.5) |
| LCH | lch(50.8 68.3 60.5) |
| OKLCH | oklch(0.589 0.148 53.7) |
Copy-ready code
/* CSS */
color: #be5f00;
background-color: #be5f00;
/* Tailwind (arbitrary) */
class="text-[#be5f00] bg-[#be5f00]"
/* SCSS */
$brand: #be5f00;
/* SwiftUI */
Color(red: 0.745, green: 0.373, blue: 0.000)
/* Android */
Color.parseColor("#be5f00")Accessibility — WCAG contrast
Aa
#be5f00 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be5f00 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green37.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow100.0%
Key (black)25.5%
Color previews
#be5f00 text on a black background
contrast 4.83:1
Card sample
#be5f00 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be5f00;
Background color
Panel with #be5f00 background
background-color: #be5f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be5f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 95, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 95, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be5f00; background: linear-gradient(135deg, #be5f00, #9FBE00);