#396331
a dark, soft green · cool · closest name: seagreen
RGB
57, 99, 49
HSL
110°, 34%, 29%
CMYK
42, 0, 51, 61
Luminance
0.1002
Every format
| HEX | #396331 |
| RGB | rgb(57, 99, 49) |
| HSL | hsl(110, 34%, 29%) |
| CMYK | cmyk(42%, 0%, 51%, 61%) |
| LAB | lab(37.9 -25.6 23.8) |
| LCH | lch(37.9 35.0 137.1) |
| OKLCH | oklch(0.456 0.091 140.5) |
Copy-ready code
/* CSS */
color: #396331;
background-color: #396331;
/* Tailwind (arbitrary) */
class="text-[#396331] bg-[#396331]"
/* SCSS */
$brand: #396331;
/* SwiftUI */
Color(red: 0.224, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#396331")Accessibility — WCAG contrast
Aa
#396331 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396331 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green38.8%
Blue19.2%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow50.5%
Key (black)61.2%
Color previews
#396331 text on a black background
contrast 3.00:1
Card sample
#396331 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396331;
Background color
Panel with #396331 background
background-color: #396331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396331; background: linear-gradient(135deg, #396331, #31634A);