#955821
a dark, vivid orange · warm · closest name: sienna
RGB
149, 88, 33
HSL
28°, 64%, 36%
CMYK
0, 41, 78, 42
Luminance
0.1348
Every format
| HEX | #955821 |
| RGB | rgb(149, 88, 33) |
| HSL | hsl(28, 64%, 36%) |
| CMYK | cmyk(0%, 41%, 78%, 42%) |
| LAB | lab(43.5 20.6 40.9) |
| LCH | lch(43.5 45.8 63.2) |
| OKLCH | oklch(0.520 0.105 58.7) |
Copy-ready code
/* CSS */
color: #955821;
background-color: #955821;
/* Tailwind (arbitrary) */
class="text-[#955821] bg-[#955821]"
/* SCSS */
$brand: #955821;
/* SwiftUI */
Color(red: 0.584, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#955821")Accessibility — WCAG contrast
Aa
#955821 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#955821 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow77.9%
Key (black)41.6%
Color previews
#955821 text on a black background
contrast 3.70:1
Card sample
#955821 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #955821;
Background color
Panel with #955821 background
background-color: #955821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #955821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #955821; background: linear-gradient(135deg, #955821, #859521);