#537814
a dark, vivid green · cool · closest name: olivedrab
RGB
83, 120, 20
HSL
82°, 71%, 28%
CMYK
31, 0, 83, 53
Luminance
0.1532
Every format
| HEX | #537814 |
| RGB | rgb(83, 120, 20) |
| HSL | hsl(82, 71%, 28%) |
| CMYK | cmyk(31%, 0%, 83%, 53%) |
| LAB | lab(46.1 -28.3 46.1) |
| LCH | lch(46.1 54.1 121.5) |
| OKLCH | oklch(0.526 0.130 128.7) |
Copy-ready code
/* CSS */
color: #537814;
background-color: #537814;
/* Tailwind (arbitrary) */
class="text-[#537814] bg-[#537814]"
/* SCSS */
$brand: #537814;
/* SwiftUI */
Color(red: 0.325, green: 0.471, blue: 0.078)
/* Android */
Color.parseColor("#537814")Accessibility — WCAG contrast
Aa
#537814 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#537814 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green47.1%
Blue7.8%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow83.3%
Key (black)52.9%
Color previews
#537814 text on a black background
contrast 4.06:1
Card sample
#537814 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #537814;
Background color
Panel with #537814 background
background-color: #537814;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #537814;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 120, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 120, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #537814; background: linear-gradient(135deg, #537814, #147818);