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