#98520c
a dark, electric orange · warm · closest name: sienna
RGB
152, 82, 12
HSL
30°, 85%, 32%
CMYK
0, 46, 92, 40
Luminance
0.1274
Every format
| HEX | #98520c |
| RGB | rgb(152, 82, 12) |
| HSL | hsl(30, 85%, 32%) |
| CMYK | cmyk(0%, 46%, 92%, 40%) |
| LAB | lab(42.4 24.7 48.2) |
| LCH | lch(42.4 54.2 62.9) |
| OKLCH | oklch(0.512 0.119 57.4) |
Copy-ready code
/* CSS */
color: #98520c;
background-color: #98520c;
/* Tailwind (arbitrary) */
class="text-[#98520c] bg-[#98520c]"
/* SCSS */
$brand: #98520c;
/* SwiftUI */
Color(red: 0.596, green: 0.322, blue: 0.047)
/* Android */
Color.parseColor("#98520c")Accessibility — WCAG contrast
Aa
#98520c on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#98520c on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green32.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow92.1%
Key (black)40.4%
Color previews
#98520c text on a black background
contrast 3.55:1
Card sample
#98520c text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98520c;
Background color
Panel with #98520c background
background-color: #98520c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98520c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 82, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 82, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98520c; background: linear-gradient(135deg, #98520c, #81980C);