#718717
a dark, vivid green · cool · closest name: olivedrab
RGB
113, 135, 23
HSL
72°, 71%, 31%
CMYK
16, 0, 83, 47
Luminance
0.2090
Every format
| HEX | #718717 |
| RGB | rgb(113, 135, 23) |
| HSL | hsl(72, 71%, 31%) |
| CMYK | cmyk(16%, 0%, 83%, 47%) |
| LAB | lab(52.8 -22.8 52.1) |
| LCH | lch(52.8 56.9 113.6) |
| OKLCH | oklch(0.586 0.132 120.9) |
Copy-ready code
/* CSS */
color: #718717;
background-color: #718717;
/* Tailwind (arbitrary) */
class="text-[#718717] bg-[#718717]"
/* SCSS */
$brand: #718717;
/* SwiftUI */
Color(red: 0.443, green: 0.529, blue: 0.090)
/* Android */
Color.parseColor("#718717")Accessibility — WCAG contrast
Aa
#718717 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718717 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green52.9%
Blue9.0%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow83.0%
Key (black)47.1%
Color previews
#718717 text on a black background
contrast 5.18:1
Card sample
#718717 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718717;
Background color
Panel with #718717 background
background-color: #718717;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718717;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 135, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 135, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718717; background: linear-gradient(135deg, #718717, #268717);