#725713
a dark, vivid yellow · warm · closest name: sienna
RGB
114, 87, 19
HSL
43°, 71%, 26%
CMYK
0, 24, 83, 55
Luminance
0.1044
Every format
| HEX | #725713 |
| RGB | rgb(114, 87, 19) |
| HSL | hsl(43, 71%, 26%) |
| CMYK | cmyk(0%, 24%, 83%, 55%) |
| LAB | lab(38.6 4.2 40.7) |
| LCH | lch(38.6 40.9 84.1) |
| OKLCH | oklch(0.472 0.089 85.3) |
Copy-ready code
/* CSS */
color: #725713;
background-color: #725713;
/* Tailwind (arbitrary) */
class="text-[#725713] bg-[#725713]"
/* SCSS */
$brand: #725713;
/* SwiftUI */
Color(red: 0.447, green: 0.341, blue: 0.075)
/* Android */
Color.parseColor("#725713")Accessibility — WCAG contrast
Aa
#725713 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#725713 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green34.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow83.3%
Key (black)55.3%
Color previews
#725713 text on a black background
contrast 3.09:1
Card sample
#725713 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #725713;
Background color
Panel with #725713 background
background-color: #725713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #725713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 87, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 87, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #725713; background: linear-gradient(135deg, #725713, #4E7213);