#725921
a dark, vivid yellow · warm · closest name: sienna
RGB
114, 89, 33
HSL
42°, 55%, 29%
CMYK
0, 22, 71, 55
Luminance
0.1083
Every format
| HEX | #725921 |
| RGB | rgb(114, 89, 33) |
| HSL | hsl(42, 55%, 29%) |
| CMYK | cmyk(0%, 22%, 71%, 55%) |
| LAB | lab(39.3 3.7 35.2) |
| LCH | lch(39.3 35.4 83.9) |
| OKLCH | oklch(0.478 0.080 84.5) |
Copy-ready code
/* CSS */
color: #725921;
background-color: #725921;
/* Tailwind (arbitrary) */
class="text-[#725921] bg-[#725921]"
/* SCSS */
$brand: #725921;
/* SwiftUI */
Color(red: 0.447, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#725921")Accessibility — WCAG contrast
Aa
#725921 on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#725921 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green34.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow71.1%
Key (black)55.3%
Color previews
#725921 text on a black background
contrast 3.17:1
Card sample
#725921 text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #725921;
Background color
Panel with #725921 background
background-color: #725921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #725921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #725921; background: linear-gradient(135deg, #725921, #557221);