#7dd607
a dark, electric green · neutral · closest name: Yellow Green
At a glance
Every number on this page in one read: what #7dd607 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 | #7dd607 |
| RGB | rgb(125, 214, 7) |
| HSL | hsl(86, 94%, 43%) |
| CMYK | cmyk(42%, 0%, 97%, 16%) |
| LAB | lab(77.6 -53.5 75.5) |
| LCH | lch(77.6 92.5 125.3) |
| OKLCH | oklch(0.789 0.222 133.1) |
| Decimal | 8246791 |
| Display P3 | color(display-p3 0.490 0.839 0.027) |
Copy-ready code
/* CSS */
color: #7dd607;
background-color: #7dd607;
/* Tailwind (arbitrary) */
class="text-[#7dd607] bg-[#7dd607]"
/* SCSS */
$brand: #7dd607;
/* SwiftUI */
Color(red: 0.490, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#7dd607")
/* Flutter */
Color(0xFF7DD607)
/* Python / OpenCV (BGR) */
(7, 214, 125)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. #7dd607 is pinned to step 700; 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: #F1FBE4;
--brand-200: #E2FAC2;
--brand-300: #CEFB92;
--brand-400: #B6FA5C;
--brand-500: #9EF826;
--brand-600: #8AED08;
--brand-700: #7dd607;
--brand-800: #5C9E05;
--brand-900: #457208;
--brand-950: #2B4705;
--brand: #7dd607;
--brand-ink: #000000;
}Colors that work with #7dd607
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 #7dd607
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
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠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 | #6007D6 | Directly opposite — maximum tension | |
| Analogous left | #D6C707 | Neighbour, quieter | |
| Analogous right | #15D607 | Neighbour, quieter | |
| Split-complement 1 | #0715D6 | Contrast without the clash | |
| Split-complement 2 | #C707D6 | Contrast without the clash | |
| Triadic 1 | #077DD6 | Even thirds — balanced and loud | |
| Triadic 2 | #D6077D | Even thirds — balanced and loud | |
| Tetradic | #07D6C7 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7dd607 text on a black background
contrast 11.49:1
#7dd607 text on a white background
contrast 1.83:1
CSS3 live lab
The quick brown fox
color: #7dd607;
background-color: #7dd607;
Glowing headline
text-shadow: 2px 2px 8px #7dd607;
Soft neon halo
text-shadow: 0 0 14px rgba(125, 214, 7, 0.45);
box-shadow: 0 12px 32px -8px rgba(125, 214, 7, 0.45);
border: 3px solid #7dd607; background: linear-gradient(135deg, #7dd607, #07D61B);
Monochromatic scale
Palettes built from #7dd607
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 9 away, with its history, psychology and brand usage.
#7dd607 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.
#7dd607, answered
What color is #7dd607?
#7dd607 is a dark electric green, closest to Yellow Green (ΔE2000 4.8). It sits at 86° on the hue wheel with 94% saturation and 43% lightness, which reads as neutral.
What is the RGB value of #7dd607?
rgb(125, 214, 7) — 125 red, 214 green and 7 blue out of 255, or 49% / 83.9% / 2.7% by channel.
Is #7dd607 a light or a dark color?
It is a light color. Relative luminance is 0.5247 and perceived brightness is 70%, so black text on it reaches 11.49:1.
Should I use black or white text on #7dd607?
Black. It scores 11.49:1 against #7dd607, versus 1.83:1 for white — AAA at any size.
What is the complementary color of #7dd607?
#6007D6 sits directly opposite on the wheel. Softer options are the split-complements #0715D6 and #C707D6, which give the same contrast with far less vibration.
What colors go well with #7dd607?
For interface work: #F8FAF4 as the surface, #D9EDC0 for borders, #789B4B for secondary text, #2903DA as an accent and #487B04 for hover and pressed states. For a palette, the analogous pair #D6C707 and #15D607 stays calm, while #6007D6 is the loudest partner.
What is #7dd607 in CMYK for printing?
cmyk(42%, 0%, 97%, 16%). 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 #7dd607 warm or cool?
Neutral — it scores 47 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C9D607; nudged cooler, #30D805.