#925721
a dark, vivid orange · warm · closest name: sienna
RGB
146, 87, 33
HSL
29°, 63%, 35%
CMYK
0, 40, 77, 43
Luminance
0.1304
Every format
| HEX | #925721 |
| RGB | rgb(146, 87, 33) |
| HSL | hsl(29, 63%, 35%) |
| CMYK | cmyk(0%, 40%, 77%, 43%) |
| LAB | lab(42.8 19.9 40.1) |
| LCH | lch(42.8 44.7 63.7) |
| OKLCH | oklch(0.514 0.103 59.3) |
Copy-ready code
/* CSS */
color: #925721;
background-color: #925721;
/* Tailwind (arbitrary) */
class="text-[#925721] bg-[#925721]"
/* SCSS */
$brand: #925721;
/* SwiftUI */
Color(red: 0.573, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#925721")Accessibility — WCAG contrast
Aa
#925721 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#925721 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow77.4%
Key (black)42.7%
Color previews
#925721 text on a black background
contrast 3.61:1
Card sample
#925721 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #925721;
Background color
Panel with #925721 background
background-color: #925721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #925721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #925721; background: linear-gradient(135deg, #925721, #829221);