#07da7c
a dark, electric green · cool · closest name: forestgreen
RGB
7, 218, 124
HSL
153°, 94%, 44%
CMYK
97, 0, 43, 15
Luminance
0.5164
Every format
| HEX | #07da7c |
| RGB | rgb(7, 218, 124) |
| HSL | hsl(153, 94%, 44%) |
| CMYK | cmyk(97%, 0%, 43%, 15%) |
| LAB | lab(77.1 -65.3 34.0) |
| LCH | lch(77.1 73.7 152.5) |
| OKLCH | oklch(0.780 0.194 154.4) |
Copy-ready code
/* CSS */
color: #07da7c;
background-color: #07da7c;
/* Tailwind (arbitrary) */
class="text-[#07da7c] bg-[#07da7c]"
/* SCSS */
$brand: #07da7c;
/* SwiftUI */
Color(red: 0.027, green: 0.855, blue: 0.486)
/* Android */
Color.parseColor("#07da7c")Accessibility — WCAG contrast
Aa
#07da7c on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07da7c on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green85.5%
Blue48.6%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow43.1%
Key (black)14.5%
Color previews
#07da7c text on a black background
contrast 11.33:1
Card sample
#07da7c text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07da7c;
Background color
Panel with #07da7c background
background-color: #07da7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07da7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 218, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 218, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07da7c; background: linear-gradient(135deg, #07da7c, #07ABDA);