#047f4f
a dark, electric green · cool · closest name: seagreen
RGB
4, 127, 79
HSL
157°, 94%, 26%
CMYK
97, 0, 38, 50
Luminance
0.1577
Every format
| HEX | #047f4f |
| RGB | rgb(4, 127, 79) |
| HSL | hsl(157, 94%, 26%) |
| CMYK | cmyk(97%, 0%, 38%, 50%) |
| LAB | lab(46.7 -41.8 17.9) |
| LCH | lch(46.7 45.5 156.8) |
| OKLCH | oklch(0.526 0.121 158.2) |
Copy-ready code
/* CSS */
color: #047f4f;
background-color: #047f4f;
/* Tailwind (arbitrary) */
class="text-[#047f4f] bg-[#047f4f]"
/* SCSS */
$brand: #047f4f;
/* SwiftUI */
Color(red: 0.016, green: 0.498, blue: 0.310)
/* Android */
Color.parseColor("#047f4f")Accessibility — WCAG contrast
Aa
#047f4f on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#047f4f on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green49.8%
Blue31.0%
CMYK percentages
Cyan96.9%
Magenta0.0%
Yellow37.8%
Key (black)50.2%
Color previews
#047f4f text on a black background
contrast 4.15:1
Card sample
#047f4f text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #047f4f;
Background color
Panel with #047f4f background
background-color: #047f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #047f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 127, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 127, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #047f4f; background: linear-gradient(135deg, #047f4f, #045D7F);