#71715b
a dark, muted yellow · cool · closest name: gray
RGB
113, 113, 91
HSL
60°, 11%, 40%
CMYK
0, 0, 20, 56
Luminance
0.1608
Every format
| HEX | #71715b |
| RGB | rgb(113, 113, 91) |
| HSL | hsl(60, 11%, 40%) |
| CMYK | cmyk(0%, 0%, 20%, 56%) |
| LAB | lab(47.1 -4.1 12.3) |
| LCH | lch(47.1 12.9 108.4) |
| OKLCH | oklch(0.542 0.033 107.4) |
Copy-ready code
/* CSS */
color: #71715b;
background-color: #71715b;
/* Tailwind (arbitrary) */
class="text-[#71715b] bg-[#71715b]"
/* SCSS */
$brand: #71715b;
/* SwiftUI */
Color(red: 0.443, green: 0.443, blue: 0.357)
/* Android */
Color.parseColor("#71715b")Accessibility — WCAG contrast
Aa
#71715b on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#71715b on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green44.3%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow19.5%
Key (black)55.7%
Color previews
#71715b text on a black background
contrast 4.22:1
Card sample
#71715b text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71715b;
Background color
Panel with #71715b background
background-color: #71715b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71715b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 113, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 113, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71715b; background: linear-gradient(135deg, #71715b, #62715B);