#905821
a dark, vivid orange · warm · closest name: sienna
RGB
144, 88, 33
HSL
30°, 63%, 35%
CMYK
0, 39, 77, 44
Luminance
0.1302
Every format
| HEX | #905821 |
| RGB | rgb(144, 88, 33) |
| HSL | hsl(30, 63%, 35%) |
| CMYK | cmyk(0%, 39%, 77%, 44%) |
| LAB | lab(42.8 18.4 40.0) |
| LCH | lch(42.8 44.0 65.3) |
| OKLCH | oklch(0.514 0.101 61.3) |
Copy-ready code
/* CSS */
color: #905821;
background-color: #905821;
/* Tailwind (arbitrary) */
class="text-[#905821] bg-[#905821]"
/* SCSS */
$brand: #905821;
/* SwiftUI */
Color(red: 0.565, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#905821")Accessibility — WCAG contrast
Aa
#905821 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#905821 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow77.1%
Key (black)43.5%
Color previews
#905821 text on a black background
contrast 3.60:1
Card sample
#905821 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905821;
Background color
Panel with #905821 background
background-color: #905821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905821; background: linear-gradient(135deg, #905821, #7E9021);