#7ee708
a balanced, electric green · neutral · closest name: Lawn Green
At a glance
Every number on this page in one read: what #7ee708 is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #7ee708 |
| RGB | rgb(126, 231, 8) |
| HSL | hsl(88, 93%, 47%) |
| CMYK | cmyk(46%, 0%, 97%, 9%) |
| LAB | lab(82.7 -59.6 79.5) |
| LCH | lch(82.7 99.3 126.9) |
| OKLCH | oklch(0.831 0.239 134.5) |
| Decimal | 8316680 |
| Display P3 | color(display-p3 0.494 0.906 0.031) |
Copy-ready code
/* CSS */
color: #7ee708;
background-color: #7ee708;
/* Tailwind (arbitrary) */
class="text-[#7ee708] bg-[#7ee708]"
/* SCSS */
$brand: #7ee708;
/* SwiftUI */
Color(red: 0.494, green: 0.906, blue: 0.031)
/* Android */
Color.parseColor("#7ee708")
/* Flutter */
Color(0xFF7EE708)
/* Python / OpenCV (BGR) */
(8, 231, 126)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #7ee708 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F8FDF2;
--brand-100: #F0FBE4;
--brand-200: #DFF9C2;
--brand-300: #CAFB93;
--brand-400: #AFF95C;
--brand-500: #95F726;
--brand-600: #7ee708;
--brand-700: #6BC507;
--brand-800: #569E05;
--brand-900: #407209;
--brand-950: #284705;
--brand: #7ee708;
--brand-ink: #000000;
}Colors that work with #7ee708
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #7ee708
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #7108E7 | Directly opposite — maximum tension | |
| Analogous left | #E7E108 | Neighbour, quieter | |
| Analogous right | #0EE708 | Neighbour, quieter | |
| Split-complement 1 | #080EE7 | Contrast without the clash | |
| Split-complement 2 | #E108E7 | Contrast without the clash | |
| Triadic 1 | #087EE7 | Even thirds — balanced and loud | |
| Triadic 2 | #E7087E | Even thirds — balanced and loud | |
| Tetradic | #08E7E1 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7ee708 text on a black background
contrast 13.32:1
#7ee708 text on a white background
contrast 1.58:1
CSS3 live lab
The quick brown fox
color: #7ee708;
background-color: #7ee708;
Glowing headline
text-shadow: 2px 2px 8px #7ee708;
Soft neon halo
text-shadow: 0 0 14px rgba(126, 231, 8, 0.45);
box-shadow: 0 12px 32px -8px rgba(126, 231, 8, 0.45);
border: 3px solid #7ee708; background: linear-gradient(135deg, #7ee708, #08E727);
Monochromatic scale
Palettes built from #7ee708
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Chartreuse (#7fff00) — ΔE2000 5.1 away, with its history, psychology and brand usage.
#7ee708 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#7ee708, answered
What color is #7ee708?
#7ee708 is a balanced electric green, closest to Lawn Green (ΔE2000 4.5). It sits at 88° on the hue wheel with 93% saturation and 47% lightness, which reads as neutral.
What is the RGB value of #7ee708?
rgb(126, 231, 8) — 126 red, 231 green and 8 blue out of 255, or 49.4% / 90.6% / 3.1% by channel.
Is #7ee708 a light or a dark color?
It is a light color. Relative luminance is 0.6160 and perceived brightness is 74%, so black text on it reaches 13.32:1.
Should I use black or white text on #7ee708?
Black. It scores 13.32:1 against #7ee708, versus 1.58:1 for white — AAA at any size.
What is the complementary color of #7ee708?
#7108E7 sits directly opposite on the wheel. Softer options are the split-complements #080EE7 and #E108E7, which give the same contrast with far less vibration.
What colors go well with #7ee708?
For interface work: #F8FAF4 as the surface, #D7EDC0 for borders, #759B4B for secondary text, #3703EC as an accent and #437B04 for hover and pressed states. For a palette, the analogous pair #E7E108 and #0EE708 stays calm, while #7108E7 is the loudest partner.
What is #7ee708 in CMYK for printing?
cmyk(46%, 0%, 97%, 9%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #7ee708 warm or cool?
Neutral — it scores 49 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D0E708; nudged cooler, #2AEA06.