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