#7cd13f
a balanced, vivid green · neutral · closest name: Yellow Green
At a glance
Every number on this page in one read: what #7cd13f 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 | #7cd13f |
| RGB | rgb(124, 209, 63) |
| HSL | hsl(95, 61%, 53%) |
| CMYK | cmyk(41%, 0%, 70%, 18%) |
| LAB | lab(76.2 -49.6 61.3) |
| LCH | lch(76.2 78.8 129.0) |
| OKLCH | oklch(0.778 0.196 135.0) |
| Decimal | 8180031 |
| Display P3 | color(display-p3 0.486 0.820 0.247) |
Copy-ready code
/* CSS */
color: #7cd13f;
background-color: #7cd13f;
/* Tailwind (arbitrary) */
class="text-[#7cd13f] bg-[#7cd13f]"
/* SCSS */
$brand: #7cd13f;
/* SwiftUI */
Color(red: 0.486, green: 0.820, blue: 0.247)
/* Android */
Color.parseColor("#7cd13f")
/* Flutter */
Color(0xFF7CD13F)
/* Python / OpenCV (BGR) */
(63, 209, 124)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. #7cd13f is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F7FBF4;
--brand-100: #EFF7E8;
--brand-200: #DBF0CC;
--brand-300: #C1E9A5;
--brand-400: #A2DE77;
--brand-500: #7cd13f;
--brand-600: #6EC52F;
--brand-700: #5CA527;
--brand-800: #498420;
--brand-900: #38601B;
--brand-950: #233C11;
--brand: #7cd13f;
--brand-ink: #000000;
}Colors that work with #7cd13f
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 #7cd13f
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 | #943FD1 | Directly opposite — maximum tension | |
| Analogous left | #C5D13F | Neighbour, quieter | |
| Analogous right | #3FD14B | Neighbour, quieter | |
| Split-complement 1 | #4B3FD1 | Contrast without the clash | |
| Split-complement 2 | #D13FC5 | Contrast without the clash | |
| Triadic 1 | #3F7CD1 | Even thirds — balanced and loud | |
| Triadic 2 | #D13F7C | Even thirds — balanced and loud | |
| Tetradic | #3FC5D1 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7cd13f text on a black background
contrast 11.05:1
#7cd13f text on a white background
contrast 1.90:1
CSS3 live lab
The quick brown fox
color: #7cd13f;
background-color: #7cd13f;
Glowing headline
text-shadow: 2px 2px 8px #7cd13f;
Soft neon halo
text-shadow: 0 0 14px rgba(124, 209, 63, 0.45);
box-shadow: 0 12px 32px -8px rgba(124, 209, 63, 0.45);
border: 3px solid #7cd13f; background: linear-gradient(135deg, #7cd13f, #3FD163);
Monochromatic scale
Palettes built from #7cd13f
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: Pistachio (#93c572) — ΔE2000 8.2 away, with its history, psychology and brand usage.
#7cd13f in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#7cd13f, answered
What color is #7cd13f?
#7cd13f is a balanced vivid green, closest to Yellow Green (ΔE2000 5.3). It sits at 95° on the hue wheel with 61% saturation and 53% lightness, which reads as neutral.
What is the RGB value of #7cd13f?
rgb(124, 209, 63) — 124 red, 209 green and 63 blue out of 255, or 48.6% / 82% / 24.7% by channel.
Is #7cd13f a light or a dark color?
It is a light color. Relative luminance is 0.5024 and perceived brightness is 69%, so black text on it reaches 11.05:1.
Should I use black or white text on #7cd13f?
Black. It scores 11.05:1 against #7cd13f, versus 1.90:1 for white — AAA at any size.
What is the complementary color of #7cd13f?
#943FD1 sits directly opposite on the wheel. Softer options are the split-complements #4B3FD1 and #D13FC5, which give the same contrast with far less vibration.
What colors go well with #7cd13f?
For interface work: #F7FAF4 as the surface, #D3EDC0 for borders, #6C9B4B for secondary text, #6E3AD6 as an accent and #396719 for hover and pressed states. For a palette, the analogous pair #C5D13F and #3FD14B stays calm, while #943FD1 is the loudest partner.
What is #7cd13f in CMYK for printing?
cmyk(41%, 0%, 70%, 18%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #7cd13f warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B2D13F; nudged cooler, #44D33D.