#725421
a dark, vivid orange · warm · closest name: sienna
RGB
114, 84, 33
HSL
38°, 55%, 29%
CMYK
0, 26, 71, 55
Luminance
0.1003
Every format
| HEX | #725421 |
| RGB | rgb(114, 84, 33) |
| HSL | hsl(38, 55%, 29%) |
| CMYK | cmyk(0%, 26%, 71%, 55%) |
| LAB | lab(37.9 6.7 33.7) |
| LCH | lch(37.9 34.4 78.7) |
| OKLCH | oklch(0.467 0.078 77.9) |
Copy-ready code
/* CSS */
color: #725421;
background-color: #725421;
/* Tailwind (arbitrary) */
class="text-[#725421] bg-[#725421]"
/* SCSS */
$brand: #725421;
/* SwiftUI */
Color(red: 0.447, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#725421")Accessibility — WCAG contrast
Aa
#725421 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#725421 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow71.1%
Key (black)55.3%
Color previews
#725421 text on a black background
contrast 3.01:1
Card sample
#725421 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #725421;
Background color
Panel with #725421 background
background-color: #725421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #725421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #725421; background: linear-gradient(135deg, #725421, #5A7221);