#725621
a dark, vivid orange · warm · closest name: sienna
RGB
114, 86, 33
HSL
39°, 55%, 29%
CMYK
0, 25, 71, 55
Luminance
0.1034
Every format
| HEX | #725621 |
| RGB | rgb(114, 86, 33) |
| HSL | hsl(39, 55%, 29%) |
| CMYK | cmyk(0%, 25%, 71%, 55%) |
| LAB | lab(38.5 5.5 34.3) |
| LCH | lch(38.5 34.7 80.8) |
| OKLCH | oklch(0.471 0.079 80.6) |
Copy-ready code
/* CSS */
color: #725621;
background-color: #725621;
/* Tailwind (arbitrary) */
class="text-[#725621] bg-[#725621]"
/* SCSS */
$brand: #725621;
/* SwiftUI */
Color(red: 0.447, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#725621")Accessibility — WCAG contrast
Aa
#725621 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#725621 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow71.1%
Key (black)55.3%
Color previews
#725621 text on a black background
contrast 3.07:1
Card sample
#725621 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #725621;
Background color
Panel with #725621 background
background-color: #725621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #725621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #725621; background: linear-gradient(135deg, #725621, #587221);