#707018
a dark, vivid yellow · cool · closest name: olive
RGB
112, 112, 24
HSL
60°, 65%, 27%
CMYK
0, 0, 79, 56
Luminance
0.1510
Every format
| HEX | #707018 |
| RGB | rgb(112, 112, 24) |
| HSL | hsl(60, 65%, 27%) |
| CMYK | cmyk(0%, 0%, 79%, 56%) |
| LAB | lab(45.8 -11.0 45.4) |
| LCH | lch(45.8 46.7 103.7) |
| OKLCH | oklch(0.529 0.105 109.5) |
Copy-ready code
/* CSS */
color: #707018;
background-color: #707018;
/* Tailwind (arbitrary) */
class="text-[#707018] bg-[#707018]"
/* SCSS */
$brand: #707018;
/* SwiftUI */
Color(red: 0.439, green: 0.439, blue: 0.094)
/* Android */
Color.parseColor("#707018")Accessibility — WCAG contrast
Aa
#707018 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#707018 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green43.9%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow78.6%
Key (black)56.1%
Color previews
#707018 text on a black background
contrast 4.02:1
Card sample
#707018 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707018;
Background color
Panel with #707018 background
background-color: #707018;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707018;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 112, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 112, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707018; background: linear-gradient(135deg, #707018, #357018);