#398513
a dark, electric green · cool · closest name: forestgreen
RGB
57, 133, 19
HSL
100°, 75%, 30%
CMYK
57, 0, 86, 48
Luminance
0.1769
Every format
| HEX | #398513 |
| RGB | rgb(57, 133, 19) |
| HSL | hsl(100, 75%, 30%) |
| CMYK | cmyk(57%, 0%, 86%, 48%) |
| LAB | lab(49.1 -43.1 48.7) |
| LCH | lch(49.1 65.1 131.5) |
| OKLCH | oklch(0.547 0.161 138.1) |
Copy-ready code
/* CSS */
color: #398513;
background-color: #398513;
/* Tailwind (arbitrary) */
class="text-[#398513] bg-[#398513]"
/* SCSS */
$brand: #398513;
/* SwiftUI */
Color(red: 0.224, green: 0.522, blue: 0.075)
/* Android */
Color.parseColor("#398513")Accessibility — WCAG contrast
Aa
#398513 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#398513 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green52.2%
Blue7.5%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow85.7%
Key (black)47.8%
Color previews
#398513 text on a black background
contrast 4.54:1
Card sample
#398513 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #398513;
Background color
Panel with #398513 background
background-color: #398513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #398513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 133, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 133, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #398513; background: linear-gradient(135deg, #398513, #138539);