#995821
a dark, vivid orange · warm · closest name: sienna
RGB
153, 88, 33
HSL
28°, 65%, 37%
CMYK
0, 43, 78, 40
Luminance
0.1386
Every format
| HEX | #995821 |
| RGB | rgb(153, 88, 33) |
| HSL | hsl(28, 65%, 37%) |
| CMYK | cmyk(0%, 43%, 78%, 40%) |
| LAB | lab(44.0 22.4 41.6) |
| LCH | lch(44.0 47.3 61.7) |
| OKLCH | oklch(0.526 0.109 56.8) |
Copy-ready code
/* CSS */
color: #995821;
background-color: #995821;
/* Tailwind (arbitrary) */
class="text-[#995821] bg-[#995821]"
/* SCSS */
$brand: #995821;
/* SwiftUI */
Color(red: 0.600, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#995821")Accessibility — WCAG contrast
Aa
#995821 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995821 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow78.4%
Key (black)40.0%
Color previews
#995821 text on a black background
contrast 3.77:1
Card sample
#995821 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995821;
Background color
Panel with #995821 background
background-color: #995821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995821; background: linear-gradient(135deg, #995821, #8A9921);