#ade344
a balanced, vivid green · warm · closest name: Yellow Green
At a glance
Every number on this page in one read: what #ade344 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ade344 |
| RGB | rgb(173, 227, 68) |
| HSL | hsl(80, 74%, 58%) |
| CMYK | cmyk(24%, 0%, 70%, 11%) |
| LAB | lab(84.1 -39.6 68.2) |
| LCH | lch(84.1 78.9 120.1) |
| OKLCH | oklch(0.849 0.191 126.6) |
| Decimal | 11395908 |
| Display P3 | color(display-p3 0.678 0.890 0.267) |
Copy-ready code
/* CSS */
color: #ade344;
background-color: #ade344;
/* Tailwind (arbitrary) */
class="text-[#ade344] bg-[#ade344]"
/* SCSS */
$brand: #ade344;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.267)
/* Android */
Color.parseColor("#ade344")
/* Flutter */
Color(0xFFADE344)
/* Python / OpenCV (BGR) */
(68, 227, 173)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. #ade344 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: #F9FCF3;
--brand-100: #F3F9E7;
--brand-200: #E5F3C8;
--brand-300: #D4F09D;
--brand-400: #BFE96D;
--brand-500: #ade344;
--brand-600: #97D520;
--brand-700: #7EB11B;
--brand-800: #658E15;
--brand-900: #4B6714;
--brand-950: #2F400C;
--brand: #ade344;
--brand-ink: #000000;
}Colors that work with #ade344
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 #ade344
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 | #7A44E3 | Directly opposite — maximum tension | |
| Analogous left | #E3CA44 | Neighbour, quieter | |
| Analogous right | #5DE344 | Neighbour, quieter | |
| Split-complement 1 | #445DE3 | Contrast without the clash | |
| Split-complement 2 | #CA44E3 | Contrast without the clash | |
| Triadic 1 | #44ADE3 | Even thirds — balanced and loud | |
| Triadic 2 | #E344AD | Even thirds — balanced and loud | |
| Tetradic | #44E3CA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ade344 text on a black background
contrast 13.85:1
#ade344 text on a white background
contrast 1.52:1
CSS3 live lab
The quick brown fox
color: #ade344;
background-color: #ade344;
Glowing headline
text-shadow: 2px 2px 8px #ade344;
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 68, 0.45);
box-shadow: 0 12px 32px -8px rgba(173, 227, 68, 0.45);
border: 3px solid #ade344; background: linear-gradient(135deg, #ade344, #44E345);
Monochromatic scale
Palettes built from #ade344
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: Spring Bud (#a7fc00) — ΔE2000 6.4 away, with its history, psychology and brand usage.
#ade344 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.
#ade344, answered
What color is #ade344?
#ade344 is a balanced vivid green, closest to Yellow Green (ΔE2000 5.2). It sits at 80° on the hue wheel with 74% saturation and 58% lightness, which reads as warm.
What is the RGB value of #ade344?
rgb(173, 227, 68) — 173 red, 227 green and 68 blue out of 255, or 67.8% / 89% / 26.7% by channel.
Is #ade344 a light or a dark color?
It is a light color. Relative luminance is 0.6424 and perceived brightness is 78%, so black text on it reaches 13.85:1.
Should I use black or white text on #ade344?
Black. It scores 13.85:1 against #ade344, versus 1.52:1 for white — AAA at any size.
What is the complementary color of #ade344?
#7A44E3 sits directly opposite on the wheel. Softer options are the split-complements #445DE3 and #CA44E3, which give the same contrast with far less vibration.
What colors go well with #ade344?
For interface work: #F8FAF4 as the surface, #DDEDC0 for borders, #809B4B for secondary text, #4F3FE7 as an accent and #4F6F11 for hover and pressed states. For a palette, the analogous pair #E3CA44 and #5DE344 stays calm, while #7A44E3 is the loudest partner.
What is #ade344 in CMYK for printing?
cmyk(24%, 0%, 70%, 11%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ade344 warm or cool?
Warm — it scores 42 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E3DF44; nudged cooler, #72E542.