#995521
a dark, vivid orange · warm · closest name: sienna
RGB
153, 85, 33
HSL
26°, 65%, 37%
CMYK
0, 44, 78, 40
Luminance
0.1338
Every format
| HEX | #995521 |
| RGB | rgb(153, 85, 33) |
| HSL | hsl(26, 65%, 37%) |
| CMYK | cmyk(0%, 44%, 78%, 40%) |
| LAB | lab(43.3 24.1 40.9) |
| LCH | lch(43.3 47.5 59.5) |
| OKLCH | oklch(0.520 0.111 54.2) |
Copy-ready code
/* CSS */
color: #995521;
background-color: #995521;
/* Tailwind (arbitrary) */
class="text-[#995521] bg-[#995521]"
/* SCSS */
$brand: #995521;
/* SwiftUI */
Color(red: 0.600, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#995521")Accessibility — WCAG contrast
Aa
#995521 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995521 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow78.4%
Key (black)40.0%
Color previews
#995521 text on a black background
contrast 3.68:1
Card sample
#995521 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995521;
Background color
Panel with #995521 background
background-color: #995521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995521; background: linear-gradient(135deg, #995521, #8D9921);