#adc080
a balanced, soft green · warm · closest name: Dark Khaki
At a glance
Every number on this page in one read: what #adc080 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 | #adc080 |
| RGB | rgb(173, 192, 128) |
| HSL | hsl(78, 34%, 63%) |
| CMYK | cmyk(10%, 0%, 33%, 25%) |
| LAB | lab(74.9 -17.2 30.2) |
| LCH | lch(74.9 34.8 119.7) |
| OKLCH | oklch(0.778 0.088 121.9) |
| Decimal | 11387008 |
| Display P3 | color(display-p3 0.678 0.753 0.502) |
Copy-ready code
/* CSS */
color: #adc080;
background-color: #adc080;
/* Tailwind (arbitrary) */
class="text-[#adc080] bg-[#adc080]"
/* SCSS */
$brand: #adc080;
/* SwiftUI */
Color(red: 0.678, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#adc080")
/* Flutter */
Color(0xFFADC080)
/* Python / OpenCV (BGR) */
(128, 192, 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. #adc080 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F8F9F5;
--brand-100: #F1F4EC;
--brand-200: #E2E8D4;
--brand-300: #CFDAB4;
--brand-400: #adc080;
--brand-500: #9EB569;
--brand-600: #8BA451;
--brand-700: #748844;
--brand-800: #5D6D36;
--brand-900: #45502A;
--brand-950: #2B321A;
--brand: #adc080;
--brand-ink: #000000;
}Colors that work with #adc080
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 #adc080
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 | #9380C0 | Directly opposite — maximum tension | |
| Analogous left | #C0B380 | Neighbour, quieter | |
| Analogous right | #8DC080 | Neighbour, quieter | |
| Split-complement 1 | #808DC0 | Contrast without the clash | |
| Split-complement 2 | #B380C0 | Contrast without the clash | |
| Triadic 1 | #80ADC0 | Even thirds — balanced and loud | |
| Triadic 2 | #C080AD | Even thirds — balanced and loud | |
| Tetradic | #80C0B3 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#adc080 text on a black background
contrast 10.63:1
#adc080 text on a white background
contrast 1.98:1
CSS3 live lab
The quick brown fox
color: #adc080;
background-color: #adc080;
Glowing headline
text-shadow: 2px 2px 8px #adc080;
Soft neon halo
text-shadow: 0 0 14px rgba(173, 192, 128, 0.45);
box-shadow: 0 12px 32px -8px rgba(173, 192, 128, 0.45);
border: 3px solid #adc080; background: linear-gradient(135deg, #adc080, #82C080);
Monochromatic scale
Palettes built from #adc080
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 6.4 away, with its history, psychology and brand usage.
#adc080 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.
#adc080, answered
What color is #adc080?
#adc080 is a balanced soft green, closest to Dark Khaki (ΔE2000 7.8). It sits at 78° on the hue wheel with 34% saturation and 63% lightness, which reads as warm.
What is the RGB value of #adc080?
rgb(173, 192, 128) — 173 red, 192 green and 128 blue out of 255, or 67.8% / 75.3% / 50.2% by channel.
Is #adc080 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4814 and perceived brightness is 71%, so black text on it reaches 10.63:1.
Should I use black or white text on #adc080?
Black. It scores 10.63:1 against #adc080, versus 1.98:1 for white — AAA at any size.
What is the complementary color of #adc080?
#9380C0 sits directly opposite on the wheel. Softer options are the split-complements #808DC0 and #B380C0, which give the same contrast with far less vibration.
What colors go well with #adc080?
For interface work: #F8FAF5 as the surface, #DCE4C8 for borders, #82994C for secondary text, #7F7CC4 as an accent and #48552A for hover and pressed states. For a palette, the analogous pair #C0B380 and #8DC080 stays calm, while #9380C0 is the loudest partner.
What is #adc080 in CMYK for printing?
cmyk(10%, 0%, 33%, 25%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #adc080 warm or cool?
Warm — it scores 40 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C0BB80; nudged cooler, #95C27E.