#715913
a dark, vivid yellow · warm · closest name: olive
RGB
113, 89, 19
HSL
45°, 71%, 26%
CMYK
0, 21, 83, 56
Luminance
0.1070
Every format
| HEX | #715913 |
| RGB | rgb(113, 89, 19) |
| HSL | hsl(45, 71%, 26%) |
| CMYK | cmyk(0%, 21%, 83%, 56%) |
| LAB | lab(39.1 2.5 41.1) |
| LCH | lch(39.1 41.2 86.5) |
| OKLCH | oklch(0.476 0.089 88.4) |
Copy-ready code
/* CSS */
color: #715913;
background-color: #715913;
/* Tailwind (arbitrary) */
class="text-[#715913] bg-[#715913]"
/* SCSS */
$brand: #715913;
/* SwiftUI */
Color(red: 0.443, green: 0.349, blue: 0.075)
/* Android */
Color.parseColor("#715913")Accessibility — WCAG contrast
Aa
#715913 on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#715913 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green34.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow83.2%
Key (black)55.7%
Color previews
#715913 text on a black background
contrast 3.14:1
Card sample
#715913 text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #715913;
Background color
Panel with #715913 background
background-color: #715913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #715913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 89, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 89, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #715913; background: linear-gradient(135deg, #715913, #4A7113);