#984613
a dark, electric orange · warm · closest name: sienna
RGB
152, 70, 19
HSL
23°, 78%, 34%
CMYK
0, 54, 88, 40
Luminance
0.1110
Every format
| HEX | #984613 |
| RGB | rgb(152, 70, 19) |
| HSL | hsl(23, 78%, 34%) |
| CMYK | cmyk(0%, 54%, 88%, 40%) |
| LAB | lab(39.8 31.4 43.8) |
| LCH | lch(39.8 53.9 54.3) |
| OKLCH | oklch(0.492 0.125 47.3) |
Copy-ready code
/* CSS */
color: #984613;
background-color: #984613;
/* Tailwind (arbitrary) */
class="text-[#984613] bg-[#984613]"
/* SCSS */
$brand: #984613;
/* SwiftUI */
Color(red: 0.596, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#984613")Accessibility — WCAG contrast
Aa
#984613 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984613 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green27.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow87.5%
Key (black)40.4%
Color previews
#984613 text on a black background
contrast 3.22:1
Card sample
#984613 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984613;
Background color
Panel with #984613 background
background-color: #984613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984613; background: linear-gradient(135deg, #984613, #919813);