#985421
a dark, vivid orange · warm · closest name: sienna
RGB
152, 84, 33
HSL
26°, 64%, 36%
CMYK
0, 45, 78, 40
Luminance
0.1313
Every format
| HEX | #985421 |
| RGB | rgb(152, 84, 33) |
| HSL | hsl(26, 64%, 36%) |
| CMYK | cmyk(0%, 45%, 78%, 40%) |
| LAB | lab(43.0 24.2 40.5) |
| LCH | lch(43.0 47.2 59.1) |
| OKLCH | oklch(0.517 0.110 53.8) |
Copy-ready code
/* CSS */
color: #985421;
background-color: #985421;
/* Tailwind (arbitrary) */
class="text-[#985421] bg-[#985421]"
/* SCSS */
$brand: #985421;
/* SwiftUI */
Color(red: 0.596, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#985421")Accessibility — WCAG contrast
Aa
#985421 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#985421 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow78.3%
Key (black)40.4%
Color previews
#985421 text on a black background
contrast 3.63:1
Card sample
#985421 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985421;
Background color
Panel with #985421 background
background-color: #985421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985421; background: linear-gradient(135deg, #985421, #8D9821);