#507708
a deep, electric green · cool · closest name: olivedrab
RGB
80, 119, 8
HSL
81°, 87%, 25%
CMYK
33, 0, 93, 53
Luminance
0.1492
Every format
| HEX | #507708 |
| RGB | rgb(80, 119, 8) |
| HSL | hsl(81, 87%, 25%) |
| CMYK | cmyk(33%, 0%, 93%, 53%) |
| LAB | lab(45.5 -29.5 48.6) |
| LCH | lch(45.5 56.9 121.3) |
| OKLCH | oklch(0.520 0.135 129.1) |
Copy-ready code
/* CSS */
color: #507708;
background-color: #507708;
/* Tailwind (arbitrary) */
class="text-[#507708] bg-[#507708]"
/* SCSS */
$brand: #507708;
/* SwiftUI */
Color(red: 0.314, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#507708")Accessibility — WCAG contrast
Aa
#507708 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#507708 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green46.7%
Blue3.1%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow93.3%
Key (black)53.3%
Color previews
#507708 text on a black background
contrast 3.98:1
Card sample
#507708 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #507708;
Background color
Panel with #507708 background
background-color: #507708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #507708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #507708; background: linear-gradient(135deg, #507708, #08770A);