#048142
a dark, electric green · cool · closest name: seagreen
RGB
4, 129, 66
HSL
150°, 94%, 26%
CMYK
97, 0, 49, 49
Luminance
0.1612
Every format
| HEX | #048142 |
| RGB | rgb(4, 129, 66) |
| HSL | hsl(150, 94%, 26%) |
| CMYK | cmyk(97%, 0%, 49%, 49%) |
| LAB | lab(47.1 -45.2 25.8) |
| LCH | lch(47.1 52.0 150.3) |
| OKLCH | oklch(0.529 0.137 152.5) |
Copy-ready code
/* CSS */
color: #048142;
background-color: #048142;
/* Tailwind (arbitrary) */
class="text-[#048142] bg-[#048142]"
/* SCSS */
$brand: #048142;
/* SwiftUI */
Color(red: 0.016, green: 0.506, blue: 0.259)
/* Android */
Color.parseColor("#048142")Accessibility — WCAG contrast
Aa
#048142 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#048142 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green50.6%
Blue25.9%
CMYK percentages
Cyan96.9%
Magenta0.0%
Yellow48.8%
Key (black)49.4%
Color previews
#048142 text on a black background
contrast 4.22:1
Card sample
#048142 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #048142;
Background color
Panel with #048142 background
background-color: #048142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #048142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 129, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 129, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #048142; background: linear-gradient(135deg, #048142, #046D81);