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