#519321
a dark, vivid green · cool · closest name: forestgreen
RGB
81, 147, 33
HSL
95°, 63%, 35%
CMYK
45, 0, 78, 42
Luminance
0.2273
Every format
| HEX | #519321 |
| RGB | rgb(81, 147, 33) |
| HSL | hsl(95, 63%, 35%) |
| CMYK | cmyk(45%, 0%, 78%, 42%) |
| LAB | lab(54.8 -40.4 50.0) |
| LCH | lch(54.8 64.3 128.9) |
| OKLCH | oklch(0.597 0.159 135.3) |
Copy-ready code
/* CSS */
color: #519321;
background-color: #519321;
/* Tailwind (arbitrary) */
class="text-[#519321] bg-[#519321]"
/* SCSS */
$brand: #519321;
/* SwiftUI */
Color(red: 0.318, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#519321")Accessibility — WCAG contrast
Aa
#519321 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#519321 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green57.6%
Blue12.9%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#519321 text on a black background
contrast 5.55:1
Card sample
#519321 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #519321;
Background color
Panel with #519321 background
background-color: #519321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #519321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #519321; background: linear-gradient(135deg, #519321, #21933D);