#707054
a dark, muted yellow · cool · closest name: gray
RGB
112, 112, 84
HSL
60°, 14%, 38%
CMYK
0, 0, 25, 56
Luminance
0.1567
Every format
| HEX | #707054 |
| RGB | rgb(112, 112, 84) |
| HSL | hsl(60, 14%, 38%) |
| CMYK | cmyk(0%, 0%, 25%, 56%) |
| LAB | lab(46.5 -5.0 15.6) |
| LCH | lch(46.5 16.4 107.9) |
| OKLCH | oklch(0.537 0.042 107.7) |
Copy-ready code
/* CSS */
color: #707054;
background-color: #707054;
/* Tailwind (arbitrary) */
class="text-[#707054] bg-[#707054]"
/* SCSS */
$brand: #707054;
/* SwiftUI */
Color(red: 0.439, green: 0.439, blue: 0.329)
/* Android */
Color.parseColor("#707054")Accessibility — WCAG contrast
Aa
#707054 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#707054 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green43.9%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow25.0%
Key (black)56.1%
Color previews
#707054 text on a black background
contrast 4.13:1
Card sample
#707054 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707054;
Background color
Panel with #707054 background
background-color: #707054;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707054;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 112, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 112, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707054; background: linear-gradient(135deg, #707054, #5D7054);