#984621
a dark, vivid orange · warm · closest name: sienna
RGB
152, 70, 33
HSL
19°, 64%, 36%
CMYK
0, 54, 78, 40
Luminance
0.1117
Every format
| HEX | #984621 |
| RGB | rgb(152, 70, 33) |
| HSL | hsl(19, 64%, 36%) |
| CMYK | cmyk(0%, 54%, 78%, 40%) |
| LAB | lab(39.9 31.9 37.4) |
| LCH | lch(39.9 49.1 49.5) |
| OKLCH | oklch(0.493 0.121 43.0) |
Copy-ready code
/* CSS */
color: #984621;
background-color: #984621;
/* Tailwind (arbitrary) */
class="text-[#984621] bg-[#984621]"
/* SCSS */
$brand: #984621;
/* SwiftUI */
Color(red: 0.596, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#984621")Accessibility — WCAG contrast
Aa
#984621 on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984621 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow78.3%
Key (black)40.4%
Color previews
#984621 text on a black background
contrast 3.23:1
Card sample
#984621 text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984621;
Background color
Panel with #984621 background
background-color: #984621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984621; background: linear-gradient(135deg, #984621, #989621);