#077c4b
a dark, electric green · cool · closest name: seagreen
RGB
7, 124, 75
HSL
155°, 89%, 26%
CMYK
94, 0, 40, 51
Luminance
0.1497
Every format
| HEX | #077c4b |
| RGB | rgb(7, 124, 75) |
| HSL | hsl(155, 89%, 26%) |
| CMYK | cmyk(94%, 0%, 40%, 51%) |
| LAB | lab(45.6 -41.3 18.8) |
| LCH | lch(45.6 45.4 155.6) |
| OKLCH | oklch(0.517 0.121 157.1) |
Copy-ready code
/* CSS */
color: #077c4b;
background-color: #077c4b;
/* Tailwind (arbitrary) */
class="text-[#077c4b] bg-[#077c4b]"
/* SCSS */
$brand: #077c4b;
/* SwiftUI */
Color(red: 0.027, green: 0.486, blue: 0.294)
/* Android */
Color.parseColor("#077c4b")Accessibility — WCAG contrast
Aa
#077c4b on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#077c4b on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green48.6%
Blue29.4%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow39.5%
Key (black)51.4%
Color previews
#077c4b text on a black background
contrast 3.99:1
Card sample
#077c4b text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #077c4b;
Background color
Panel with #077c4b background
background-color: #077c4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #077c4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 124, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 124, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #077c4b; background: linear-gradient(135deg, #077c4b, #075F7C);