#995021
a dark, vivid orange · warm · closest name: sienna
RGB
153, 80, 33
HSL
24°, 65%, 37%
CMYK
0, 48, 78, 40
Luminance
0.1262
Every format
| HEX | #995021 |
| RGB | rgb(153, 80, 33) |
| HSL | hsl(24, 65%, 37%) |
| CMYK | cmyk(0%, 48%, 78%, 40%) |
| LAB | lab(42.2 26.9 39.8) |
| LCH | lch(42.2 48.0 56.0) |
| OKLCH | oklch(0.512 0.114 50.1) |
Copy-ready code
/* CSS */
color: #995021;
background-color: #995021;
/* Tailwind (arbitrary) */
class="text-[#995021] bg-[#995021]"
/* SCSS */
$brand: #995021;
/* SwiftUI */
Color(red: 0.600, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#995021")Accessibility — WCAG contrast
Aa
#995021 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995021 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow78.4%
Key (black)40.0%
Color previews
#995021 text on a black background
contrast 3.52:1
Card sample
#995021 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995021;
Background color
Panel with #995021 background
background-color: #995021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995021; background: linear-gradient(135deg, #995021, #929921);