#983913
a dark, electric orange · warm · closest name: sienna
RGB
152, 57, 19
HSL
17°, 78%, 34%
CMYK
0, 63, 88, 40
Luminance
0.0965
Every format
| HEX | #983913 |
| RGB | rgb(152, 57, 19) |
| HSL | hsl(17, 78%, 34%) |
| CMYK | cmyk(0%, 63%, 88%, 40%) |
| LAB | lab(37.2 38.0 41.6) |
| LCH | lch(37.2 56.4 47.6) |
| OKLCH | oklch(0.473 0.136 39.7) |
Copy-ready code
/* CSS */
color: #983913;
background-color: #983913;
/* Tailwind (arbitrary) */
class="text-[#983913] bg-[#983913]"
/* SCSS */
$brand: #983913;
/* SwiftUI */
Color(red: 0.596, green: 0.224, blue: 0.075)
/* Android */
Color.parseColor("#983913")Accessibility — WCAG contrast
Aa
#983913 on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#983913 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green22.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow87.5%
Key (black)40.4%
Color previews
#983913 text on a black background
contrast 2.93:1
Card sample
#983913 text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983913;
Background color
Panel with #983913 background
background-color: #983913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 57, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 57, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983913; background: linear-gradient(135deg, #983913, #989113);