#a25721
a dark, vivid orange · warm · closest name: sienna
RGB
162, 87, 33
HSL
25°, 66%, 38%
CMYK
0, 46, 80, 37
Luminance
0.1461
Every format
| HEX | #a25721 |
| RGB | rgb(162, 87, 33) |
| HSL | hsl(25, 66%, 38%) |
| CMYK | cmyk(0%, 46%, 80%, 37%) |
| LAB | lab(45.1 26.9 43.1) |
| LCH | lch(45.1 50.8 58.1) |
| OKLCH | oklch(0.537 0.119 52.4) |
Copy-ready code
/* CSS */
color: #a25721;
background-color: #a25721;
/* Tailwind (arbitrary) */
class="text-[#a25721] bg-[#a25721]"
/* SCSS */
$brand: #a25721;
/* SwiftUI */
Color(red: 0.635, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#a25721")Accessibility — WCAG contrast
Aa
#a25721 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a25721 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow79.6%
Key (black)36.5%
Color previews
#a25721 text on a black background
contrast 3.92:1
Card sample
#a25721 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a25721;
Background color
Panel with #a25721 background
background-color: #a25721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a25721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a25721; background: linear-gradient(135deg, #a25721, #97A221);