#044a13
a deep, electric green · cool · closest name: seagreen
RGB
4, 74, 19
HSL
133°, 90%, 15%
CMYK
95, 0, 74, 71
Luminance
0.0497
Every format
| HEX | #044a13 |
| RGB | rgb(4, 74, 19) |
| HSL | hsl(133, 90%, 15%) |
| CMYK | cmyk(95%, 0%, 74%, 71%) |
| LAB | lab(26.6 -32.9 26.3) |
| LCH | lch(26.6 42.1 141.4) |
| OKLCH | oklch(0.357 0.107 145.6) |
Copy-ready code
/* CSS */
color: #044a13;
background-color: #044a13;
/* Tailwind (arbitrary) */
class="text-[#044a13] bg-[#044a13]"
/* SCSS */
$brand: #044a13;
/* SwiftUI */
Color(red: 0.016, green: 0.290, blue: 0.075)
/* Android */
Color.parseColor("#044a13")Accessibility — WCAG contrast
Aa
#044a13 on white: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044a13 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green29.0%
Blue7.5%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow74.3%
Key (black)71.0%
Color previews
#044a13 text on a black background
contrast 1.99:1
Card sample
#044a13 text on a white background
contrast 10.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044a13;
Background color
Panel with #044a13 background
background-color: #044a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 74, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 74, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044a13; background: linear-gradient(135deg, #044a13, #044A42);