#5e704b
a dark, soft green · cool · closest name: gray
RGB
94, 112, 75
HSL
89°, 20%, 37%
CMYK
16, 0, 33, 56
Luminance
0.1448
Every format
| HEX | #5e704b |
| RGB | rgb(94, 112, 75) |
| HSL | hsl(89, 20%, 37%) |
| CMYK | cmyk(16%, 0%, 33%, 56%) |
| LAB | lab(44.9 -13.9 18.4) |
| LCH | lch(44.9 23.1 127.1) |
| OKLCH | oklch(0.520 0.060 129.4) |
Copy-ready code
/* CSS */
color: #5e704b;
background-color: #5e704b;
/* Tailwind (arbitrary) */
class="text-[#5e704b] bg-[#5e704b]"
/* SCSS */
$brand: #5e704b;
/* SwiftUI */
Color(red: 0.369, green: 0.439, blue: 0.294)
/* Android */
Color.parseColor("#5e704b")Accessibility — WCAG contrast
Aa
#5e704b on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5e704b on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green43.9%
Blue29.4%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow33.0%
Key (black)56.1%
Color previews
#5e704b text on a black background
contrast 3.90:1
Card sample
#5e704b text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e704b;
Background color
Panel with #5e704b background
background-color: #5e704b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e704b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 112, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 112, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e704b; background: linear-gradient(135deg, #5e704b, #4B7051);