#537730
a dark, soft green · cool · closest name: olivedrab
RGB
83, 119, 48
HSL
90°, 43%, 33%
CMYK
30, 0, 60, 53
Luminance
0.1525
Every format
| HEX | #537730 |
| RGB | rgb(83, 119, 48) |
| HSL | hsl(90, 43%, 33%) |
| CMYK | cmyk(30%, 0%, 60%, 53%) |
| LAB | lab(46.0 -25.7 34.4) |
| LCH | lch(46.0 42.9 126.8) |
| OKLCH | oklch(0.525 0.108 131.7) |
Copy-ready code
/* CSS */
color: #537730;
background-color: #537730;
/* Tailwind (arbitrary) */
class="text-[#537730] bg-[#537730]"
/* SCSS */
$brand: #537730;
/* SwiftUI */
Color(red: 0.325, green: 0.467, blue: 0.188)
/* Android */
Color.parseColor("#537730")Accessibility — WCAG contrast
Aa
#537730 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#537730 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green46.7%
Blue18.8%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow59.7%
Key (black)53.3%
Color previews
#537730 text on a black background
contrast 4.05:1
Card sample
#537730 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #537730;
Background color
Panel with #537730 background
background-color: #537730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #537730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 119, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 119, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #537730; background: linear-gradient(135deg, #537730, #30773C);