#70705c
a dark, muted yellow · cool · closest name: gray
RGB
112, 112, 92
HSL
60°, 10%, 40%
CMYK
0, 0, 18, 56
Luminance
0.1581
Every format
| HEX | #70705c |
| RGB | rgb(112, 112, 92) |
| HSL | hsl(60, 10%, 40%) |
| CMYK | cmyk(0%, 0%, 18%, 56%) |
| LAB | lab(46.7 -3.7 11.2) |
| LCH | lch(46.7 11.8 108.5) |
| OKLCH | oklch(0.539 0.030 107.4) |
Copy-ready code
/* CSS */
color: #70705c;
background-color: #70705c;
/* Tailwind (arbitrary) */
class="text-[#70705c] bg-[#70705c]"
/* SCSS */
$brand: #70705c;
/* SwiftUI */
Color(red: 0.439, green: 0.439, blue: 0.361)
/* Android */
Color.parseColor("#70705c")Accessibility — WCAG contrast
Aa
#70705c on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#70705c on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green43.9%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow17.9%
Key (black)56.1%
Color previews
#70705c text on a black background
contrast 4.16:1
Card sample
#70705c text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70705c;
Background color
Panel with #70705c background
background-color: #70705c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70705c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 112, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 112, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70705c; background: linear-gradient(135deg, #70705c, #63705C);