#84580b
a dark, electric orange · warm · closest name: sienna
RGB
132, 88, 11
HSL
38°, 85%, 28%
CMYK
0, 33, 92, 48
Luminance
0.1191
Every format
| HEX | #84580b |
| RGB | rgb(132, 88, 11) |
| HSL | hsl(38, 85%, 28%) |
| CMYK | cmyk(0%, 33%, 92%, 48%) |
| LAB | lab(41.1 12.1 46.3) |
| LCH | lch(41.1 47.8 75.4) |
| OKLCH | oklch(0.496 0.101 73.9) |
Copy-ready code
/* CSS */
color: #84580b;
background-color: #84580b;
/* Tailwind (arbitrary) */
class="text-[#84580b] bg-[#84580b]"
/* SCSS */
$brand: #84580b;
/* SwiftUI */
Color(red: 0.518, green: 0.345, blue: 0.043)
/* Android */
Color.parseColor("#84580b")Accessibility — WCAG contrast
Aa
#84580b on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#84580b on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green34.5%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow91.7%
Key (black)48.2%
Color previews
#84580b text on a black background
contrast 3.38:1
Card sample
#84580b text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84580b;
Background color
Panel with #84580b background
background-color: #84580b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84580b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 88, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 88, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84580b; background: linear-gradient(135deg, #84580b, #5F840B);