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