#725021
a dark, vivid orange · warm · closest name: sienna
RGB
114, 80, 33
HSL
35°, 55%, 29%
CMYK
0, 30, 71, 55
Luminance
0.0942
Every format
| HEX | #725021 |
| RGB | rgb(114, 80, 33) |
| HSL | hsl(35, 55%, 29%) |
| CMYK | cmyk(0%, 30%, 71%, 55%) |
| LAB | lab(36.8 9.2 32.5) |
| LCH | lch(36.8 33.8 74.3) |
| OKLCH | oklch(0.459 0.077 72.4) |
Copy-ready code
/* CSS */
color: #725021;
background-color: #725021;
/* Tailwind (arbitrary) */
class="text-[#725021] bg-[#725021]"
/* SCSS */
$brand: #725021;
/* SwiftUI */
Color(red: 0.447, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#725021")Accessibility — WCAG contrast
Aa
#725021 on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#725021 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow71.1%
Key (black)55.3%
Color previews
#725021 text on a black background
contrast 2.88:1
Card sample
#725021 text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #725021;
Background color
Panel with #725021 background
background-color: #725021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #725021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #725021; background: linear-gradient(135deg, #725021, #5E7221);