#396213
a deep, vivid green · cool · closest name: olivedrab
RGB
57, 98, 19
HSL
91°, 68%, 23%
CMYK
42, 0, 81, 62
Luminance
0.0965
Every format
| HEX | #396213 |
| RGB | rgb(57, 98, 19) |
| HSL | hsl(91, 68%, 23%) |
| CMYK | cmyk(42%, 0%, 81%, 62%) |
| LAB | lab(37.2 -28.4 37.6) |
| LCH | lch(37.2 47.1 127.0) |
| OKLCH | oklch(0.449 0.116 133.5) |
Copy-ready code
/* CSS */
color: #396213;
background-color: #396213;
/* Tailwind (arbitrary) */
class="text-[#396213] bg-[#396213]"
/* SCSS */
$brand: #396213;
/* SwiftUI */
Color(red: 0.224, green: 0.384, blue: 0.075)
/* Android */
Color.parseColor("#396213")Accessibility — WCAG contrast
Aa
#396213 on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#396213 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green38.4%
Blue7.5%
CMYK percentages
Cyan41.8%
Magenta0.0%
Yellow80.6%
Key (black)61.6%
Color previews
#396213 text on a black background
contrast 2.93:1
Card sample
#396213 text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396213;
Background color
Panel with #396213 background
background-color: #396213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 98, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 98, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396213; background: linear-gradient(135deg, #396213, #136222);