#396613
a deep, vivid green · cool · closest name: olivedrab
RGB
57, 102, 19
HSL
93°, 69%, 24%
CMYK
44, 0, 81, 60
Luminance
0.1042
Every format
| HEX | #396613 |
| RGB | rgb(57, 102, 19) |
| HSL | hsl(93, 69%, 24%) |
| CMYK | cmyk(44%, 0%, 81%, 60%) |
| LAB | lab(38.6 -30.2 39.0) |
| LCH | lch(38.6 49.3 127.8) |
| OKLCH | oklch(0.461 0.121 134.4) |
Copy-ready code
/* CSS */
color: #396613;
background-color: #396613;
/* Tailwind (arbitrary) */
class="text-[#396613] bg-[#396613]"
/* SCSS */
$brand: #396613;
/* SwiftUI */
Color(red: 0.224, green: 0.400, blue: 0.075)
/* Android */
Color.parseColor("#396613")Accessibility — WCAG contrast
Aa
#396613 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396613 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green40.0%
Blue7.5%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow81.4%
Key (black)60.0%
Color previews
#396613 text on a black background
contrast 3.08:1
Card sample
#396613 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396613;
Background color
Panel with #396613 background
background-color: #396613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 102, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 102, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396613; background: linear-gradient(135deg, #396613, #136624);