#398313
a dark, vivid green · cool · closest name: forestgreen
RGB
57, 131, 19
HSL
100°, 75%, 29%
CMYK
57, 0, 86, 49
Luminance
0.1715
Every format
| HEX | #398313 |
| RGB | rgb(57, 131, 19) |
| HSL | hsl(100, 75%, 29%) |
| CMYK | cmyk(57%, 0%, 86%, 49%) |
| LAB | lab(48.5 -42.4 48.1) |
| LCH | lch(48.5 64.1 131.4) |
| OKLCH | oklch(0.542 0.158 137.9) |
Copy-ready code
/* CSS */
color: #398313;
background-color: #398313;
/* Tailwind (arbitrary) */
class="text-[#398313] bg-[#398313]"
/* SCSS */
$brand: #398313;
/* SwiftUI */
Color(red: 0.224, green: 0.514, blue: 0.075)
/* Android */
Color.parseColor("#398313")Accessibility — WCAG contrast
Aa
#398313 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#398313 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green51.4%
Blue7.5%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow85.5%
Key (black)48.6%
Color previews
#398313 text on a black background
contrast 4.43:1
Card sample
#398313 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #398313;
Background color
Panel with #398313 background
background-color: #398313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #398313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 131, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 131, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #398313; background: linear-gradient(135deg, #398313, #138338);