#995321
a dark, vivid orange · warm · closest name: sienna
RGB
153, 83, 33
HSL
25°, 65%, 37%
CMYK
0, 46, 78, 40
Luminance
0.1307
Every format
| HEX | #995321 |
| RGB | rgb(153, 83, 33) |
| HSL | hsl(25, 65%, 37%) |
| CMYK | cmyk(0%, 46%, 78%, 40%) |
| LAB | lab(42.9 25.2 40.5) |
| LCH | lch(42.9 47.7 58.1) |
| OKLCH | oklch(0.517 0.112 52.5) |
Copy-ready code
/* CSS */
color: #995321;
background-color: #995321;
/* Tailwind (arbitrary) */
class="text-[#995321] bg-[#995321]"
/* SCSS */
$brand: #995321;
/* SwiftUI */
Color(red: 0.600, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#995321")Accessibility — WCAG contrast
Aa
#995321 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995321 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow78.4%
Key (black)40.0%
Color previews
#995321 text on a black background
contrast 3.61:1
Card sample
#995321 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995321;
Background color
Panel with #995321 background
background-color: #995321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995321; background: linear-gradient(135deg, #995321, #8F9921);