#508521
a dark, vivid green · cool · closest name: olivedrab
RGB
80, 133, 33
HSL
92°, 60%, 33%
CMYK
40, 0, 75, 48
Luminance
0.1859
Every format
| HEX | #508521 |
| RGB | rgb(80, 133, 33) |
| HSL | hsl(92, 60%, 33%) |
| CMYK | cmyk(40%, 0%, 75%, 48%) |
| LAB | lab(50.2 -34.7 45.5) |
| LCH | lch(50.2 57.3 127.3) |
| OKLCH | oklch(0.559 0.141 133.6) |
Copy-ready code
/* CSS */
color: #508521;
background-color: #508521;
/* Tailwind (arbitrary) */
class="text-[#508521] bg-[#508521]"
/* SCSS */
$brand: #508521;
/* SwiftUI */
Color(red: 0.314, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#508521")Accessibility — WCAG contrast
Aa
#508521 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#508521 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green52.2%
Blue12.9%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#508521 text on a black background
contrast 4.72:1
Card sample
#508521 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #508521;
Background color
Panel with #508521 background
background-color: #508521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #508521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #508521; background: linear-gradient(135deg, #508521, #218535);