#398539
a dark, soft green · cool · closest name: seagreen
RGB
57, 133, 57
HSL
120°, 40%, 37%
CMYK
57, 0, 57, 48
Luminance
0.1794
Every format
| HEX | #398539 |
| RGB | rgb(57, 133, 57) |
| HSL | hsl(120, 40%, 37%) |
| CMYK | cmyk(57%, 0%, 57%, 48%) |
| LAB | lab(49.4 -39.7 33.6) |
| LCH | lch(49.4 52.0 139.8) |
| OKLCH | oklch(0.551 0.134 143.5) |
Copy-ready code
/* CSS */
color: #398539;
background-color: #398539;
/* Tailwind (arbitrary) */
class="text-[#398539] bg-[#398539]"
/* SCSS */
$brand: #398539;
/* SwiftUI */
Color(red: 0.224, green: 0.522, blue: 0.224)
/* Android */
Color.parseColor("#398539")Accessibility — WCAG contrast
Aa
#398539 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#398539 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green52.2%
Blue22.4%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow57.1%
Key (black)47.8%
Color previews
#398539 text on a black background
contrast 4.59:1
Card sample
#398539 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #398539;
Background color
Panel with #398539 background
background-color: #398539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #398539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 133, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 133, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #398539; background: linear-gradient(135deg, #398539, #39856C);