#509921
a dark, vivid green · cool · closest name: forestgreen
RGB
80, 153, 33
HSL
97°, 65%, 37%
CMYK
48, 0, 78, 40
Luminance
0.2460
Every format
| HEX | #509921 |
| RGB | rgb(80, 153, 33) |
| HSL | hsl(97, 65%, 37%) |
| CMYK | cmyk(48%, 0%, 78%, 40%) |
| LAB | lab(56.7 -43.2 51.8) |
| LCH | lch(56.7 67.5 129.8) |
| OKLCH | oklch(0.612 0.167 136.2) |
Copy-ready code
/* CSS */
color: #509921;
background-color: #509921;
/* Tailwind (arbitrary) */
class="text-[#509921] bg-[#509921]"
/* SCSS */
$brand: #509921;
/* SwiftUI */
Color(red: 0.314, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#509921")Accessibility — WCAG contrast
Aa
#509921 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#509921 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green60.0%
Blue12.9%
CMYK percentages
Cyan47.7%
Magenta0.0%
Yellow78.4%
Key (black)40.0%
Color previews
#509921 text on a black background
contrast 5.92:1
Card sample
#509921 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #509921;
Background color
Panel with #509921 background
background-color: #509921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #509921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #509921; background: linear-gradient(135deg, #509921, #219942);