#396713
a deep, vivid green · cool · closest name: olivedrab
RGB
57, 103, 19
HSL
93°, 69%, 24%
CMYK
45, 0, 82, 60
Luminance
0.1062
Every format
| HEX | #396713 |
| RGB | rgb(57, 103, 19) |
| HSL | hsl(93, 69%, 24%) |
| CMYK | cmyk(45%, 0%, 82%, 60%) |
| LAB | lab(38.9 -30.7 39.3) |
| LCH | lch(38.9 49.9 128.0) |
| OKLCH | oklch(0.463 0.123 134.5) |
Copy-ready code
/* CSS */
color: #396713;
background-color: #396713;
/* Tailwind (arbitrary) */
class="text-[#396713] bg-[#396713]"
/* SCSS */
$brand: #396713;
/* SwiftUI */
Color(red: 0.224, green: 0.404, blue: 0.075)
/* Android */
Color.parseColor("#396713")Accessibility — WCAG contrast
Aa
#396713 on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396713 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green40.4%
Blue7.5%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow81.6%
Key (black)59.6%
Color previews
#396713 text on a black background
contrast 3.12:1
Card sample
#396713 text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396713;
Background color
Panel with #396713 background
background-color: #396713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 103, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 103, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396713; background: linear-gradient(135deg, #396713, #136725);