#abc070
a balanced, soft green · warm · closest name: Dark Khaki
At a glance
Every number on this page in one read: what #abc070 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 | #abc070 |
| RGB | rgb(171, 192, 112) |
| HSL | hsl(76, 39%, 60%) |
| CMYK | cmyk(11%, 0%, 42%, 25%) |
| LAB | lab(74.5 -20.0 37.9) |
| LCH | lch(74.5 42.9 117.9) |
| OKLCH | oklch(0.773 0.107 121.0) |
| Decimal | 11255920 |
| Display P3 | color(display-p3 0.671 0.753 0.439) |
Copy-ready code
/* CSS */
color: #abc070;
background-color: #abc070;
/* Tailwind (arbitrary) */
class="text-[#abc070] bg-[#abc070]"
/* SCSS */
$brand: #abc070;
/* SwiftUI */
Color(red: 0.671, green: 0.753, blue: 0.439)
/* Android */
Color.parseColor("#abc070")
/* Flutter */
Color(0xFFABC070)
/* Python / OpenCV (BGR) */
(112, 192, 171)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. #abc070 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: #F8FAF5;
--brand-100: #F2F4EB;
--brand-200: #E3E9D3;
--brand-300: #D1DDB1;
--brand-400: #BACC8A;
--brand-500: #abc070;
--brand-600: #91AA4B;
--brand-700: #798E3E;
--brand-800: #617132;
--brand-900: #485327;
--brand-950: #2D3419;
--brand: #abc070;
--brand-ink: #000000;
}Colors that work with #abc070
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 #abc070
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 | #8570C0 | Directly opposite — maximum tension | |
| Analogous left | #C0AD70 | Neighbour, quieter | |
| Analogous right | #83C070 | Neighbour, quieter | |
| Split-complement 1 | #7083C0 | Contrast without the clash | |
| Split-complement 2 | #AD70C0 | Contrast without the clash | |
| Triadic 1 | #70ABC0 | Even thirds — balanced and loud | |
| Triadic 2 | #C070AB | Even thirds — balanced and loud | |
| Tetradic | #70C0AD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abc070 text on a black background
contrast 10.51:1
#abc070 text on a white background
contrast 2.00:1
CSS3 live lab
The quick brown fox
color: #abc070;
background-color: #abc070;
Glowing headline
text-shadow: 2px 2px 8px #abc070;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 192, 112, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 192, 112, 0.45);
border: 3px solid #abc070; background: linear-gradient(135deg, #abc070, #76C070);
Monochromatic scale
Palettes built from #abc070
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 5.9 away, with its history, psychology and brand usage.
#abc070 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.
#abc070, answered
What color is #abc070?
#abc070 is a balanced soft green, closest to Dark Khaki (ΔE2000 7.2). It sits at 76° on the hue wheel with 39% saturation and 60% lightness, which reads as warm.
What is the RGB value of #abc070?
rgb(171, 192, 112) — 171 red, 192 green and 112 blue out of 255, or 67.1% / 75.3% / 43.9% by channel.
Is #abc070 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4753 and perceived brightness is 70%, so black text on it reaches 10.51:1.
Should I use black or white text on #abc070?
Black. It scores 10.51:1 against #abc070, versus 2.00:1 for white — AAA at any size.
What is the complementary color of #abc070?
#8570C0 sits directly opposite on the wheel. Softer options are the split-complements #7083C0 and #AD70C0, which give the same contrast with far less vibration.
What colors go well with #abc070?
For interface work: #F9FAF4 as the surface, #DEE6C6 for borders, #869B4B for secondary text, #6D6CC4 as an accent and #4B5827 for hover and pressed states. For a palette, the analogous pair #C0AD70 and #83C070 stays calm, while #8570C0 is the loudest partner.
What is #abc070 in CMYK for printing?
cmyk(11%, 0%, 42%, 25%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abc070 warm or cool?
Warm — it scores 38 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C0B870; nudged cooler, #8DC26E.