#abc79b
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #abc79b 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 | #abc79b |
| RGB | rgb(171, 199, 155) |
| HSL | hsl(98, 28%, 69%) |
| CMYK | cmyk(14%, 0%, 22%, 22%) |
| LAB | lab(77.2 -17.5 19.0) |
| LCH | lch(77.2 25.8 132.7) |
| OKLCH | oklch(0.797 0.068 134.3) |
| Decimal | 11257755 |
| Display P3 | color(display-p3 0.671 0.780 0.608) |
Copy-ready code
/* CSS */
color: #abc79b;
background-color: #abc79b;
/* Tailwind (arbitrary) */
class="text-[#abc79b] bg-[#abc79b]"
/* SCSS */
$brand: #abc79b;
/* SwiftUI */
Color(red: 0.671, green: 0.780, blue: 0.608)
/* Android */
Color.parseColor("#abc79b")
/* Flutter */
Color(0xFFABC79B)
/* Python / OpenCV (BGR) */
(155, 199, 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. #abc79b 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: #F7F9F6;
--brand-100: #EFF3EC;
--brand-200: #DCE6D6;
--brand-300: #C3D7B7;
--brand-400: #abc79b;
--brand-500: #86AE6F;
--brand-600: #719D58;
--brand-700: #5E8349;
--brand-800: #4B693B;
--brand-900: #394D2D;
--brand-950: #24301C;
--brand: #abc79b;
--brand-ink: #000000;
}Colors that work with #abc79b
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 #abc79b
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠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 | #B79BC7 | Directly opposite — maximum tension | |
| Analogous left | #C1C79B | Neighbour, quieter | |
| Analogous right | #9BC7A1 | Neighbour, quieter | |
| Split-complement 1 | #A19BC7 | Contrast without the clash | |
| Split-complement 2 | #C79BC1 | Contrast without the clash | |
| Triadic 1 | #9BABC7 | Even thirds — balanced and loud | |
| Triadic 2 | #C79BAB | Even thirds — balanced and loud | |
| Tetradic | #9BC1C7 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abc79b text on a black background
contrast 11.37:1
#abc79b text on a white background
contrast 1.85:1
CSS3 live lab
The quick brown fox
color: #abc79b;
background-color: #abc79b;
Glowing headline
text-shadow: 2px 2px 8px #abc79b;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 199, 155, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 199, 155, 0.45);
border: 3px solid #abc79b; background: linear-gradient(135deg, #abc79b, #9BC7A8);
Monochromatic scale
Palettes built from #abc79b
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: Sage (#9caf88) — ΔE2000 6.5 away, with its history, psychology and brand usage.
#abc79b 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.
#abc79b, answered
What color is #abc79b?
#abc79b is a light soft green, closest to Dark Sea Green (ΔE2000 5.3). It sits at 98° on the hue wheel with 28% saturation and 69% lightness, which reads as neutral.
What is the RGB value of #abc79b?
rgb(171, 199, 155) — 171 red, 199 green and 155 blue out of 255, or 67.1% / 78% / 60.8% by channel.
Is #abc79b a light or a dark color?
It is a light color. Relative luminance is 0.5187 and perceived brightness is 73%, so black text on it reaches 11.37:1.
Should I use black or white text on #abc79b?
Black. It scores 11.37:1 against #abc79b, versus 1.85:1 for white — AAA at any size.
What is the complementary color of #abc79b?
#B79BC7 sits directly opposite on the wheel. Softer options are the split-complements #A19BC7 and #C79BC1, which give the same contrast with far less vibration.
What colors go well with #abc79b?
For interface work: #F7FAF5 as the surface, #D3E2CB for borders, #6A9352 for secondary text, #5E4587 as an accent and #3B522E for hover and pressed states. For a palette, the analogous pair #C1C79B and #9BC7A1 stays calm, while #B79BC7 is the loudest partner.
What is #abc79b in CMYK for printing?
cmyk(14%, 0%, 22%, 22%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abc79b warm or cool?
Neutral — it scores 53 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BBC79B; nudged cooler, #99C99A.