#715313
a dark, vivid yellow · warm · closest name: sienna
RGB
113, 83, 19
HSL
41°, 71%, 26%
CMYK
0, 27, 83, 56
Luminance
0.0974
Every format
| HEX | #715313 |
| RGB | rgb(113, 83, 19) |
| HSL | hsl(41, 71%, 26%) |
| CMYK | cmyk(0%, 27%, 83%, 56%) |
| LAB | lab(37.4 6.1 39.5) |
| LCH | lch(37.4 40.0 81.2) |
| OKLCH | oklch(0.462 0.087 81.5) |
Copy-ready code
/* CSS */
color: #715313;
background-color: #715313;
/* Tailwind (arbitrary) */
class="text-[#715313] bg-[#715313]"
/* SCSS */
$brand: #715313;
/* SwiftUI */
Color(red: 0.443, green: 0.325, blue: 0.075)
/* Android */
Color.parseColor("#715313")Accessibility — WCAG contrast
Aa
#715313 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#715313 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green32.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow83.2%
Key (black)55.7%
Color previews
#715313 text on a black background
contrast 2.95:1
Card sample
#715313 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #715313;
Background color
Panel with #715313 background
background-color: #715313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #715313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 83, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 83, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #715313; background: linear-gradient(135deg, #715313, #507113);