#725613
a dark, vivid yellow · warm · closest name: sienna
RGB
114, 86, 19
HSL
42°, 71%, 26%
CMYK
0, 25, 83, 55
Luminance
0.1028
Every format
| HEX | #725613 |
| RGB | rgb(114, 86, 19) |
| HSL | hsl(42, 71%, 26%) |
| CMYK | cmyk(0%, 25%, 83%, 55%) |
| LAB | lab(38.3 4.8 40.5) |
| LCH | lch(38.3 40.7 83.2) |
| OKLCH | oklch(0.470 0.088 84.2) |
Copy-ready code
/* CSS */
color: #725613;
background-color: #725613;
/* Tailwind (arbitrary) */
class="text-[#725613] bg-[#725613]"
/* SCSS */
$brand: #725613;
/* SwiftUI */
Color(red: 0.447, green: 0.337, blue: 0.075)
/* Android */
Color.parseColor("#725613")Accessibility — WCAG contrast
Aa
#725613 on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#725613 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green33.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow83.3%
Key (black)55.3%
Color previews
#725613 text on a black background
contrast 3.06:1
Card sample
#725613 text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #725613;
Background color
Panel with #725613 background
background-color: #725613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #725613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 86, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 86, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #725613; background: linear-gradient(135deg, #725613, #4F7213);