#047f3f
a dark, electric green · cool · closest name: seagreen
RGB
4, 127, 63
HSL
149°, 94%, 26%
CMYK
97, 0, 50, 50
Luminance
0.1556
Every format
| HEX | #047f3f |
| RGB | rgb(4, 127, 63) |
| HSL | hsl(149, 94%, 26%) |
| CMYK | cmyk(97%, 0%, 50%, 50%) |
| LAB | lab(46.4 -45.0 26.5) |
| LCH | lch(46.4 52.2 149.5) |
| OKLCH | oklch(0.523 0.137 151.8) |
Copy-ready code
/* CSS */
color: #047f3f;
background-color: #047f3f;
/* Tailwind (arbitrary) */
class="text-[#047f3f] bg-[#047f3f]"
/* SCSS */
$brand: #047f3f;
/* SwiftUI */
Color(red: 0.016, green: 0.498, blue: 0.247)
/* Android */
Color.parseColor("#047f3f")Accessibility — WCAG contrast
Aa
#047f3f on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#047f3f on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green49.8%
Blue24.7%
CMYK percentages
Cyan96.9%
Magenta0.0%
Yellow50.4%
Key (black)50.2%
Color previews
#047f3f text on a black background
contrast 4.11:1
Card sample
#047f3f text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #047f3f;
Background color
Panel with #047f3f background
background-color: #047f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #047f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 127, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 127, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #047f3f; background: linear-gradient(135deg, #047f3f, #046D7F);