#518607
a dark, electric green · cool · closest name: olivedrab
RGB
81, 134, 7
HSL
85°, 90%, 28%
CMYK
40, 0, 95, 48
Luminance
0.1881
Every format
| HEX | #518607 |
| RGB | rgb(81, 134, 7) |
| HSL | hsl(85, 90%, 28%) |
| CMYK | cmyk(40%, 0%, 95%, 48%) |
| LAB | lab(50.5 -36.0 52.9) |
| LCH | lch(50.5 64.0 124.2) |
| OKLCH | oklch(0.561 0.153 132.0) |
Copy-ready code
/* CSS */
color: #518607;
background-color: #518607;
/* Tailwind (arbitrary) */
class="text-[#518607] bg-[#518607]"
/* SCSS */
$brand: #518607;
/* SwiftUI */
Color(red: 0.318, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#518607")Accessibility — WCAG contrast
Aa
#518607 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#518607 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green52.5%
Blue2.7%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#518607 text on a black background
contrast 4.76:1
Card sample
#518607 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #518607;
Background color
Panel with #518607 background
background-color: #518607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #518607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #518607; background: linear-gradient(135deg, #518607, #078612);