#394c13
a deep, vivid green · cool · closest name: seagreen
RGB
57, 76, 19
HSL
80°, 60%, 19%
CMYK
25, 0, 75, 70
Luminance
0.0609
Every format
| HEX | #394c13 |
| RGB | rgb(57, 76, 19) |
| HSL | hsl(80, 60%, 19%) |
| CMYK | cmyk(25%, 0%, 75%, 70%) |
| LAB | lab(29.6 -17.3 30.1) |
| LCH | lch(29.6 34.7 119.9) |
| OKLCH | oklch(0.388 0.084 126.1) |
Copy-ready code
/* CSS */
color: #394c13;
background-color: #394c13;
/* Tailwind (arbitrary) */
class="text-[#394c13] bg-[#394c13]"
/* SCSS */
$brand: #394c13;
/* SwiftUI */
Color(red: 0.224, green: 0.298, blue: 0.075)
/* Android */
Color.parseColor("#394c13")Accessibility — WCAG contrast
Aa
#394c13 on white: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394c13 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green29.8%
Blue7.5%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow75.0%
Key (black)70.2%
Color previews
#394c13 text on a black background
contrast 2.22:1
Card sample
#394c13 text on a white background
contrast 9.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394c13;
Background color
Panel with #394c13 background
background-color: #394c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 76, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 76, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394c13; background: linear-gradient(135deg, #394c13, #134C13);