#396018
a deep, vivid green · cool · closest name: olivedrab
RGB
57, 96, 24
HSL
93°, 60%, 24%
CMYK
41, 0, 75, 62
Luminance
0.0930
Every format
| HEX | #396018 |
| RGB | rgb(57, 96, 24) |
| HSL | hsl(93, 60%, 24%) |
| CMYK | cmyk(41%, 0%, 75%, 62%) |
| LAB | lab(36.6 -27.1 35.0) |
| LCH | lch(36.6 44.3 127.7) |
| OKLCH | oklch(0.444 0.110 133.8) |
Copy-ready code
/* CSS */
color: #396018;
background-color: #396018;
/* Tailwind (arbitrary) */
class="text-[#396018] bg-[#396018]"
/* SCSS */
$brand: #396018;
/* SwiftUI */
Color(red: 0.224, green: 0.376, blue: 0.094)
/* Android */
Color.parseColor("#396018")Accessibility — WCAG contrast
Aa
#396018 on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#396018 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green37.6%
Blue9.4%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow75.0%
Key (black)62.4%
Color previews
#396018 text on a black background
contrast 2.86:1
Card sample
#396018 text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396018;
Background color
Panel with #396018 background
background-color: #396018;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396018;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 96, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 96, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396018; background: linear-gradient(135deg, #396018, #186027);