#07974f
a dark, electric green · cool · closest name: seagreen
RGB
7, 151, 79
HSL
150°, 91%, 31%
CMYK
95, 0, 48, 41
Luminance
0.2274
Every format
| HEX | #07974f |
| RGB | rgb(7, 151, 79) |
| HSL | hsl(150, 91%, 31%) |
| CMYK | cmyk(95%, 0%, 48%, 41%) |
| LAB | lab(54.8 -50.5 28.6) |
| LCH | lch(54.8 58.0 150.5) |
| OKLCH | oklch(0.593 0.152 152.6) |
Copy-ready code
/* CSS */
color: #07974f;
background-color: #07974f;
/* Tailwind (arbitrary) */
class="text-[#07974f] bg-[#07974f]"
/* SCSS */
$brand: #07974f;
/* SwiftUI */
Color(red: 0.027, green: 0.592, blue: 0.310)
/* Android */
Color.parseColor("#07974f")Accessibility — WCAG contrast
Aa
#07974f on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#07974f on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green59.2%
Blue31.0%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow47.7%
Key (black)40.8%
Color previews
#07974f text on a black background
contrast 5.55:1
Card sample
#07974f text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07974f;
Background color
Panel with #07974f background
background-color: #07974f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07974f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 151, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 151, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07974f; background: linear-gradient(135deg, #07974f, #077F97);