#04492f
a deep, electric green · cool · closest name: darkslategray
RGB
4, 73, 47
HSL
157°, 90%, 15%
CMYK
95, 0, 36, 71
Luminance
0.0500
Every format
| HEX | #04492f |
| RGB | rgb(4, 73, 47) |
| HSL | hsl(157, 90%, 15%) |
| CMYK | cmyk(95%, 0%, 36%, 71%) |
| LAB | lab(26.7 -27.1 10.1) |
| LCH | lch(26.7 28.9 159.6) |
| OKLCH | oklch(0.359 0.078 160.9) |
Copy-ready code
/* CSS */
color: #04492f;
background-color: #04492f;
/* Tailwind (arbitrary) */
class="text-[#04492f] bg-[#04492f]"
/* SCSS */
$brand: #04492f;
/* SwiftUI */
Color(red: 0.016, green: 0.286, blue: 0.184)
/* Android */
Color.parseColor("#04492f")Accessibility — WCAG contrast
Aa
#04492f on white: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04492f on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green28.6%
Blue18.4%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow35.6%
Key (black)71.4%
Color previews
#04492f text on a black background
contrast 2.00:1
Card sample
#04492f text on a white background
contrast 10.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04492f;
Background color
Panel with #04492f background
background-color: #04492f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04492f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 73, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 73, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04492f; background: linear-gradient(135deg, #04492f, #043549);