#396521
a dark, vivid green · cool · closest name: seagreen
RGB
57, 101, 33
HSL
99°, 51%, 26%
CMYK
44, 0, 67, 60
Luminance
0.1029
Every format
| HEX | #396521 |
| RGB | rgb(57, 101, 33) |
| HSL | hsl(99, 51%, 26%) |
| CMYK | cmyk(44%, 0%, 67%, 60%) |
| LAB | lab(38.4 -28.6 32.8) |
| LCH | lch(38.4 43.5 131.1) |
| OKLCH | oklch(0.459 0.110 136.3) |
Copy-ready code
/* CSS */
color: #396521;
background-color: #396521;
/* Tailwind (arbitrary) */
class="text-[#396521] bg-[#396521]"
/* SCSS */
$brand: #396521;
/* SwiftUI */
Color(red: 0.224, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#396521")Accessibility — WCAG contrast
Aa
#396521 on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396521 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green39.6%
Blue12.9%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#396521 text on a black background
contrast 3.06:1
Card sample
#396521 text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396521;
Background color
Panel with #396521 background
background-color: #396521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396521; background: linear-gradient(135deg, #396521, #216536);