#983f21
a dark, vivid orange · warm · closest name: sienna
RGB
152, 63, 33
HSL
15°, 64%, 36%
CMYK
0, 59, 78, 40
Luminance
0.1034
Every format
| HEX | #983f21 |
| RGB | rgb(152, 63, 33) |
| HSL | hsl(15, 64%, 36%) |
| CMYK | cmyk(0%, 59%, 78%, 40%) |
| LAB | lab(38.5 35.5 36.0) |
| LCH | lch(38.5 50.5 45.4) |
| OKLCH | oklch(0.483 0.127 38.5) |
Copy-ready code
/* CSS */
color: #983f21;
background-color: #983f21;
/* Tailwind (arbitrary) */
class="text-[#983f21] bg-[#983f21]"
/* SCSS */
$brand: #983f21;
/* SwiftUI */
Color(red: 0.596, green: 0.247, blue: 0.129)
/* Android */
Color.parseColor("#983f21")Accessibility — WCAG contrast
Aa
#983f21 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#983f21 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green24.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow78.3%
Key (black)40.4%
Color previews
#983f21 text on a black background
contrast 3.07:1
Card sample
#983f21 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983f21;
Background color
Panel with #983f21 background
background-color: #983f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 63, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 63, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983f21; background: linear-gradient(135deg, #983f21, #988E21);