#725b21
a dark, vivid yellow · warm · closest name: sienna
RGB
114, 91, 33
HSL
43°, 55%, 29%
CMYK
0, 20, 71, 55
Luminance
0.1117
Every format
| HEX | #725b21 |
| RGB | rgb(114, 91, 33) |
| HSL | hsl(43, 55%, 29%) |
| CMYK | cmyk(0%, 20%, 71%, 55%) |
| LAB | lab(39.9 2.5 35.8) |
| LCH | lch(39.9 35.9 86.0) |
| OKLCH | oklch(0.483 0.081 87.0) |
Copy-ready code
/* CSS */
color: #725b21;
background-color: #725b21;
/* Tailwind (arbitrary) */
class="text-[#725b21] bg-[#725b21]"
/* SCSS */
$brand: #725b21;
/* SwiftUI */
Color(red: 0.447, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#725b21")Accessibility — WCAG contrast
Aa
#725b21 on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#725b21 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow71.1%
Key (black)55.3%
Color previews
#725b21 text on a black background
contrast 3.23:1
Card sample
#725b21 text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #725b21;
Background color
Panel with #725b21 background
background-color: #725b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #725b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #725b21; background: linear-gradient(135deg, #725b21, #537221);