#707c4f
a dark, soft green · cool · closest name: gray
RGB
112, 124, 79
HSL
76°, 22%, 40%
CMYK
10, 0, 36, 51
Luminance
0.1842
Every format
| HEX | #707c4f |
| RGB | rgb(112, 124, 79) |
| HSL | hsl(76, 22%, 40%) |
| CMYK | cmyk(10%, 0%, 36%, 51%) |
| LAB | lab(50.0 -12.5 23.1) |
| LCH | lch(50.0 26.3 118.4) |
| OKLCH | oklch(0.565 0.067 120.7) |
Copy-ready code
/* CSS */
color: #707c4f;
background-color: #707c4f;
/* Tailwind (arbitrary) */
class="text-[#707c4f] bg-[#707c4f]"
/* SCSS */
$brand: #707c4f;
/* SwiftUI */
Color(red: 0.439, green: 0.486, blue: 0.310)
/* Android */
Color.parseColor("#707c4f")Accessibility — WCAG contrast
Aa
#707c4f on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#707c4f on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green48.6%
Blue31.0%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow36.3%
Key (black)51.4%
Color previews
#707c4f text on a black background
contrast 4.68:1
Card sample
#707c4f text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707c4f;
Background color
Panel with #707c4f background
background-color: #707c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 124, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 124, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707c4f; background: linear-gradient(135deg, #707c4f, #527C4F);