#397939
a dark, soft green · cool · closest name: seagreen
RGB
57, 121, 57
HSL
120°, 36%, 35%
CMYK
53, 0, 53, 53
Luminance
0.1484
Every format
| HEX | #397939 |
| RGB | rgb(57, 121, 57) |
| HSL | hsl(120, 36%, 35%) |
| CMYK | cmyk(53%, 0%, 53%, 53%) |
| LAB | lab(45.4 -34.6 28.8) |
| LCH | lch(45.4 45.0 140.3) |
| OKLCH | oklch(0.518 0.117 143.7) |
Copy-ready code
/* CSS */
color: #397939;
background-color: #397939;
/* Tailwind (arbitrary) */
class="text-[#397939] bg-[#397939]"
/* SCSS */
$brand: #397939;
/* SwiftUI */
Color(red: 0.224, green: 0.475, blue: 0.224)
/* Android */
Color.parseColor("#397939")Accessibility — WCAG contrast
Aa
#397939 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#397939 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green47.5%
Blue22.4%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow52.9%
Key (black)52.5%
Color previews
#397939 text on a black background
contrast 3.97:1
Card sample
#397939 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #397939;
Background color
Panel with #397939 background
background-color: #397939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #397939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 121, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 121, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #397939; background: linear-gradient(135deg, #397939, #397964);