#984521
a dark, vivid orange · warm · closest name: sienna
RGB
152, 69, 33
HSL
18°, 64%, 36%
CMYK
0, 55, 78, 40
Luminance
0.1104
Every format
| HEX | #984521 |
| RGB | rgb(152, 69, 33) |
| HSL | hsl(18, 64%, 36%) |
| CMYK | cmyk(0%, 55%, 78%, 40%) |
| LAB | lab(39.6 32.4 37.2) |
| LCH | lch(39.6 49.3 48.9) |
| OKLCH | oklch(0.492 0.122 42.3) |
Copy-ready code
/* CSS */
color: #984521;
background-color: #984521;
/* Tailwind (arbitrary) */
class="text-[#984521] bg-[#984521]"
/* SCSS */
$brand: #984521;
/* SwiftUI */
Color(red: 0.596, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#984521")Accessibility — WCAG contrast
Aa
#984521 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984521 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow78.3%
Key (black)40.4%
Color previews
#984521 text on a black background
contrast 3.21:1
Card sample
#984521 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984521;
Background color
Panel with #984521 background
background-color: #984521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984521; background: linear-gradient(135deg, #984521, #989521);