#7db045
a balanced, soft green · neutral · closest name: Yellow Green
At a glance
Every number on this page in one read: what #7db045 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 | #7db045 |
| RGB | rgb(125, 176, 69) |
| HSL | hsl(89, 44%, 48%) |
| CMYK | cmyk(29%, 0%, 61%, 31%) |
| LAB | lab(66.4 -34.6 48.3) |
| LCH | lch(66.4 59.4 125.6) |
| OKLCH | oklch(0.699 0.148 130.8) |
| Decimal | 8237125 |
| Display P3 | color(display-p3 0.490 0.690 0.271) |
Copy-ready code
/* CSS */
color: #7db045;
background-color: #7db045;
/* Tailwind (arbitrary) */
class="text-[#7db045] bg-[#7db045]"
/* SCSS */
$brand: #7db045;
/* SwiftUI */
Color(red: 0.490, green: 0.690, blue: 0.271)
/* Android */
Color.parseColor("#7db045")
/* Flutter */
Color(0xFF7DB045)
/* Python / OpenCV (BGR) */
(69, 176, 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. #7db045 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: #F7FAF5;
--brand-100: #F0F5EA;
--brand-200: #DEEBD1;
--brand-300: #C8DFAE;
--brand-400: #ADD086;
--brand-500: #91C05E;
--brand-600: #7db045;
--brand-700: #689339;
--brand-800: #53752E;
--brand-900: #3E5625;
--brand-950: #273617;
--brand: #7db045;
--brand-ink: #000000;
}Colors that work with #7db045
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 #7db045
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #7845B0 | Directly opposite — maximum tension | |
| Analogous left | #B0AD45 | Neighbour, quieter | |
| Analogous right | #47B045 | Neighbour, quieter | |
| Split-complement 1 | #4547B0 | Contrast without the clash | |
| Split-complement 2 | #AD45B0 | Contrast without the clash | |
| Triadic 1 | #457DB0 | Even thirds — balanced and loud | |
| Triadic 2 | #B0457D | Even thirds — balanced and loud | |
| Tetradic | #45B0AD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7db045 text on a black background
contrast 8.17:1
#7db045 text on a white background
contrast 2.57:1
CSS3 live lab
The quick brown fox
color: #7db045;
background-color: #7db045;
Glowing headline
text-shadow: 2px 2px 8px #7db045;
Soft neon halo
text-shadow: 0 0 14px rgba(125, 176, 69, 0.45);
box-shadow: 0 12px 32px -8px rgba(125, 176, 69, 0.45);
border: 3px solid #7db045; background: linear-gradient(135deg, #7db045, #45B054);
Monochromatic scale
Palettes built from #7db045
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 7.4 away, with its history, psychology and brand usage.
#7db045 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.
#7db045, answered
What color is #7db045?
#7db045 is a balanced soft green, closest to Yellow Green (ΔE2000 9.4). It sits at 89° on the hue wheel with 44% saturation and 48% lightness, which reads as neutral.
What is the RGB value of #7db045?
rgb(125, 176, 69) — 125 red, 176 green and 69 blue out of 255, or 49% / 69% / 27.1% by channel.
Is #7db045 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3584 and perceived brightness is 60%, so black text on it reaches 8.17:1.
Should I use black or white text on #7db045?
Black. It scores 8.17:1 against #7db045, versus 2.57:1 for white — AAA at any size.
What is the complementary color of #7db045?
#7845B0 sits directly opposite on the wheel. Softer options are the split-complements #4547B0 and #AD45B0, which give the same contrast with far less vibration.
What colors go well with #7db045?
For interface work: #F7FAF4 as the surface, #D7E8C4 for borders, #759B4B for secondary text, #5A40B5 as an accent and #415C24 for hover and pressed states. For a palette, the analogous pair #B0AD45 and #47B045 stays calm, while #7845B0 is the loudest partner.
What is #7db045 in CMYK for printing?
cmyk(29%, 0%, 61%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #7db045 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 #A4B045; nudged cooler, #54B242.