#507312
a dark, vivid green · cool · closest name: olivedrab
RGB
80, 115, 18
HSL
82°, 73%, 26%
CMYK
30, 0, 84, 55
Luminance
0.1401
Every format
| HEX | #507312 |
| RGB | rgb(80, 115, 18) |
| HSL | hsl(82, 73%, 26%) |
| CMYK | cmyk(30%, 0%, 84%, 55%) |
| LAB | lab(44.3 -27.3 45.0) |
| LCH | lch(44.3 52.6 121.2) |
| OKLCH | oklch(0.510 0.126 128.4) |
Copy-ready code
/* CSS */
color: #507312;
background-color: #507312;
/* Tailwind (arbitrary) */
class="text-[#507312] bg-[#507312]"
/* SCSS */
$brand: #507312;
/* SwiftUI */
Color(red: 0.314, green: 0.451, blue: 0.071)
/* Android */
Color.parseColor("#507312")Accessibility — WCAG contrast
Aa
#507312 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#507312 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green45.1%
Blue7.1%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow84.3%
Key (black)54.9%
Color previews
#507312 text on a black background
contrast 3.80:1
Card sample
#507312 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #507312;
Background color
Panel with #507312 background
background-color: #507312;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #507312;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 115, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 115, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #507312; background: linear-gradient(135deg, #507312, #127315);