#537921
a dark, vivid green · cool · closest name: olivedrab
RGB
83, 121, 33
HSL
86°, 57%, 30%
CMYK
31, 0, 73, 53
Luminance
0.1562
Every format
| HEX | #537921 |
| RGB | rgb(83, 121, 33) |
| HSL | hsl(86, 57%, 30%) |
| CMYK | cmyk(31%, 0%, 73%, 53%) |
| LAB | lab(46.5 -28.0 41.8) |
| LCH | lch(46.5 50.4 123.8) |
| OKLCH | oklch(0.529 0.123 130.1) |
Copy-ready code
/* CSS */
color: #537921;
background-color: #537921;
/* Tailwind (arbitrary) */
class="text-[#537921] bg-[#537921]"
/* SCSS */
$brand: #537921;
/* SwiftUI */
Color(red: 0.325, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#537921")Accessibility — WCAG contrast
Aa
#537921 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#537921 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green47.5%
Blue12.9%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow72.7%
Key (black)52.5%
Color previews
#537921 text on a black background
contrast 4.12:1
Card sample
#537921 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #537921;
Background color
Panel with #537921 background
background-color: #537921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #537921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #537921; background: linear-gradient(135deg, #537921, #21792A);