#718607
a dark, electric yellow · cool · closest name: olivedrab
RGB
113, 134, 7
HSL
70°, 90%, 28%
CMYK
16, 0, 95, 48
Luminance
0.2058
Every format
| HEX | #718607 |
| RGB | rgb(113, 134, 7) |
| HSL | hsl(70, 90%, 28%) |
| CMYK | cmyk(16%, 0%, 95%, 48%) |
| LAB | lab(52.5 -22.8 55.3) |
| LCH | lch(52.5 59.8 112.4) |
| OKLCH | oklch(0.583 0.137 120.2) |
Copy-ready code
/* CSS */
color: #718607;
background-color: #718607;
/* Tailwind (arbitrary) */
class="text-[#718607] bg-[#718607]"
/* SCSS */
$brand: #718607;
/* SwiftUI */
Color(red: 0.443, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#718607")Accessibility — WCAG contrast
Aa
#718607 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718607 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green52.5%
Blue2.7%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#718607 text on a black background
contrast 5.12:1
Card sample
#718607 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718607;
Background color
Panel with #718607 background
background-color: #718607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718607; background: linear-gradient(135deg, #718607, #1C8607);