#396421
a dark, vivid green · cool · closest name: seagreen
RGB
57, 100, 33
HSL
99°, 50%, 26%
CMYK
43, 0, 67, 61
Luminance
0.1009
Every format
| HEX | #396421 |
| RGB | rgb(57, 100, 33) |
| HSL | hsl(99, 50%, 26%) |
| CMYK | cmyk(43%, 0%, 67%, 61%) |
| LAB | lab(38.0 -28.1 32.4) |
| LCH | lch(38.0 42.9 130.9) |
| OKLCH | oklch(0.456 0.108 136.1) |
Copy-ready code
/* CSS */
color: #396421;
background-color: #396421;
/* Tailwind (arbitrary) */
class="text-[#396421] bg-[#396421]"
/* SCSS */
$brand: #396421;
/* SwiftUI */
Color(red: 0.224, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#396421")Accessibility — WCAG contrast
Aa
#396421 on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396421 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green39.2%
Blue12.9%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#396421 text on a black background
contrast 3.02:1
Card sample
#396421 text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396421;
Background color
Panel with #396421 background
background-color: #396421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396421; background: linear-gradient(135deg, #396421, #216436);