#945721
a dark, vivid orange · warm · closest name: sienna
RGB
148, 87, 33
HSL
28°, 64%, 36%
CMYK
0, 41, 78, 42
Luminance
0.1322
Every format
| HEX | #945721 |
| RGB | rgb(148, 87, 33) |
| HSL | hsl(28, 64%, 36%) |
| CMYK | cmyk(0%, 41%, 78%, 42%) |
| LAB | lab(43.1 20.8 40.5) |
| LCH | lch(43.1 45.5 62.9) |
| OKLCH | oklch(0.517 0.105 58.3) |
Copy-ready code
/* CSS */
color: #945721;
background-color: #945721;
/* Tailwind (arbitrary) */
class="text-[#945721] bg-[#945721]"
/* SCSS */
$brand: #945721;
/* SwiftUI */
Color(red: 0.580, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#945721")Accessibility — WCAG contrast
Aa
#945721 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#945721 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow77.7%
Key (black)42.0%
Color previews
#945721 text on a black background
contrast 3.64:1
Card sample
#945721 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #945721;
Background color
Panel with #945721 background
background-color: #945721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #945721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #945721; background: linear-gradient(135deg, #945721, #849421);