#539321
a dark, vivid green · cool · closest name: olivedrab
RGB
83, 147, 33
HSL
94°, 63%, 35%
CMYK
44, 0, 78, 42
Luminance
0.2282
Every format
| HEX | #539321 |
| RGB | rgb(83, 147, 33) |
| HSL | hsl(94, 63%, 35%) |
| CMYK | cmyk(44%, 0%, 78%, 42%) |
| LAB | lab(54.9 -39.8 50.2) |
| LCH | lch(54.9 64.0 128.4) |
| OKLCH | oklch(0.598 0.158 134.8) |
Copy-ready code
/* CSS */
color: #539321;
background-color: #539321;
/* Tailwind (arbitrary) */
class="text-[#539321] bg-[#539321]"
/* SCSS */
$brand: #539321;
/* SwiftUI */
Color(red: 0.325, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#539321")Accessibility — WCAG contrast
Aa
#539321 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#539321 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green57.6%
Blue12.9%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#539321 text on a black background
contrast 5.56:1
Card sample
#539321 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #539321;
Background color
Panel with #539321 background
background-color: #539321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #539321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #539321; background: linear-gradient(135deg, #539321, #21933B);