#07df6b
a balanced, electric green · cool · closest name: forestgreen
RGB
7, 223, 107
HSL
148°, 94%, 45%
CMYK
97, 0, 52, 13
Luminance
0.5388
Every format
| HEX | #07df6b |
| RGB | rgb(7, 223, 107) |
| HSL | hsl(148, 94%, 45%) |
| CMYK | cmyk(97%, 0%, 52%, 13%) |
| LAB | lab(78.4 -69.8 44.0) |
| LCH | lch(78.4 82.5 147.7) |
| OKLCH | oklch(0.790 0.215 150.4) |
Copy-ready code
/* CSS */
color: #07df6b;
background-color: #07df6b;
/* Tailwind (arbitrary) */
class="text-[#07df6b] bg-[#07df6b]"
/* SCSS */
$brand: #07df6b;
/* SwiftUI */
Color(red: 0.027, green: 0.875, blue: 0.420)
/* Android */
Color.parseColor("#07df6b")Accessibility — WCAG contrast
Aa
#07df6b on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07df6b on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green87.5%
Blue42.0%
CMYK percentages
Cyan96.9%
Magenta0.0%
Yellow52.0%
Key (black)12.5%
Color previews
#07df6b text on a black background
contrast 11.78:1
Card sample
#07df6b text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07df6b;
Background color
Panel with #07df6b background
background-color: #07df6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07df6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 223, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 223, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07df6b; background: linear-gradient(135deg, #07df6b, #07C3DF);