#04381f
a deep, electric green · cool · closest name: darkslategray
RGB
4, 56, 31
HSL
151°, 87%, 12%
CMYK
93, 0, 45, 78
Luminance
0.0295
Every format
| HEX | #04381f |
| RGB | rgb(4, 56, 31) |
| HSL | hsl(151, 87%, 12%) |
| CMYK | cmyk(93%, 0%, 45%, 78%) |
| LAB | lab(19.9 -23.5 11.1) |
| LCH | lch(19.9 26.0 154.7) |
| OKLCH | oklch(0.301 0.069 156.3) |
Copy-ready code
/* CSS */
color: #04381f;
background-color: #04381f;
/* Tailwind (arbitrary) */
class="text-[#04381f] bg-[#04381f]"
/* SCSS */
$brand: #04381f;
/* SwiftUI */
Color(red: 0.016, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#04381f")Accessibility — WCAG contrast
Aa
#04381f on white: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04381f on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green22.0%
Blue12.2%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow44.6%
Key (black)78.0%
Color previews
#04381f text on a black background
contrast 1.59:1
Card sample
#04381f text on a white background
contrast 13.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04381f;
Background color
Panel with #04381f background
background-color: #04381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04381f; background: linear-gradient(135deg, #04381f, #042E38);