#715f5f
a dark, muted red · warm · closest name: gray
RGB
113, 95, 95
HSL
0°, 9%, 41%
CMYK
0, 16, 16, 56
Luminance
0.1252
Every format
| HEX | #715f5f |
| RGB | rgb(113, 95, 95) |
| HSL | hsl(0, 9%, 41%) |
| CMYK | cmyk(0%, 16%, 16%, 56%) |
| LAB | lab(42.0 7.3 2.7) |
| LCH | lch(42.0 7.8 20.4) |
| OKLCH | oklch(0.503 0.023 18.0) |
Copy-ready code
/* CSS */
color: #715f5f;
background-color: #715f5f;
/* Tailwind (arbitrary) */
class="text-[#715f5f] bg-[#715f5f]"
/* SCSS */
$brand: #715f5f;
/* SwiftUI */
Color(red: 0.443, green: 0.373, blue: 0.373)
/* Android */
Color.parseColor("#715f5f")Accessibility — WCAG contrast
Aa
#715f5f on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#715f5f on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green37.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow15.9%
Key (black)55.7%
Color previews
#715f5f text on a black background
contrast 3.50:1
Card sample
#715f5f text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #715f5f;
Background color
Panel with #715f5f background
background-color: #715f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #715f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 95, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 95, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #715f5f; background: linear-gradient(135deg, #715f5f, #716B5F);