#537718
a dark, vivid green · cool · closest name: olivedrab
RGB
83, 119, 24
HSL
83°, 66%, 28%
CMYK
30, 0, 80, 53
Luminance
0.1510
Every format
| HEX | #537718 |
| RGB | rgb(83, 119, 24) |
| HSL | hsl(83, 66%, 28%) |
| CMYK | cmyk(30%, 0%, 80%, 53%) |
| LAB | lab(45.8 -27.6 44.6) |
| LCH | lch(45.8 52.4 121.8) |
| OKLCH | oklch(0.523 0.127 128.7) |
Copy-ready code
/* CSS */
color: #537718;
background-color: #537718;
/* Tailwind (arbitrary) */
class="text-[#537718] bg-[#537718]"
/* SCSS */
$brand: #537718;
/* SwiftUI */
Color(red: 0.325, green: 0.467, blue: 0.094)
/* Android */
Color.parseColor("#537718")Accessibility — WCAG contrast
Aa
#537718 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#537718 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green46.7%
Blue9.4%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow79.8%
Key (black)53.3%
Color previews
#537718 text on a black background
contrast 4.02:1
Card sample
#537718 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #537718;
Background color
Panel with #537718 background
background-color: #537718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #537718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 119, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 119, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #537718; background: linear-gradient(135deg, #537718, #18771C);