#abc2ac
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #abc2ac 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 | #abc2ac |
| RGB | rgb(171, 194, 172) |
| HSL | hsl(123, 16%, 72%) |
| CMYK | cmyk(12%, 0%, 11%, 24%) |
| LAB | lab(76.2 -12.0 8.4) |
| LCH | lch(76.2 14.7 144.9) |
| OKLCH | oklch(0.790 0.040 146.4) |
| Decimal | 11256492 |
| Display P3 | color(display-p3 0.671 0.761 0.675) |
Copy-ready code
/* CSS */
color: #abc2ac;
background-color: #abc2ac;
/* Tailwind (arbitrary) */
class="text-[#abc2ac] bg-[#abc2ac]"
/* SCSS */
$brand: #abc2ac;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.675)
/* Android */
Color.parseColor("#abc2ac")
/* Flutter */
Color(0xFFABC2AC)
/* Python / OpenCV (BGR) */
(172, 194, 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. #abc2ac 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: #F6F8F6;
--brand-100: #EEF2EE;
--brand-200: #D9E2DA;
--brand-300: #BED0BF;
--brand-400: #abc2ac;
--brand-500: #7DA17F;
--brand-600: #678E69;
--brand-700: #567657;
--brand-800: #455F46;
--brand-900: #344635;
--brand-950: #212C21;
--brand: #abc2ac;
--brand-ink: #000000;
}Colors that work with #abc2ac
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 #abc2ac
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 | #C2ABC1 | Directly opposite — maximum tension | |
| Analogous left | #B6C2AB | Neighbour, quieter | |
| Analogous right | #ABC2B8 | Neighbour, quieter | |
| Split-complement 1 | #B8ABC2 | Contrast without the clash | |
| Split-complement 2 | #C2ABB6 | Contrast without the clash | |
| Triadic 1 | #ACABC2 | Even thirds — balanced and loud | |
| Triadic 2 | #C2ACAB | Even thirds — balanced and loud | |
| Tetradic | #ABB6C2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abc2ac text on a black background
contrast 11.04:1
#abc2ac text on a white background
contrast 1.90:1
CSS3 live lab
The quick brown fox
color: #abc2ac;
background-color: #abc2ac;
Glowing headline
text-shadow: 2px 2px 8px #abc2ac;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 172, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 194, 172, 0.45);
border: 3px solid #abc2ac; background: linear-gradient(135deg, #abc2ac, #ABC2BB);
Monochromatic scale
Palettes built from #abc2ac
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: Eucalyptus (#95afa2) — ΔE2000 6.2 away, with its history, psychology and brand usage.
#abc2ac 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.
#abc2ac, answered
What color is #abc2ac?
#abc2ac is a light soft green, closest to Dark Sea Green (ΔE2000 8.6). It sits at 123° on the hue wheel with 16% saturation and 72% lightness, which reads as neutral.
What is the RGB value of #abc2ac?
rgb(171, 194, 172) — 171 red, 194 green and 172 blue out of 255, or 67.1% / 76.1% / 67.5% by channel.
Is #abc2ac a light or a dark color?
It is a light color. Relative luminance is 0.5022 and perceived brightness is 73%, so black text on it reaches 11.04:1.
Should I use black or white text on #abc2ac?
Black. It scores 11.04:1 against #abc2ac, versus 1.90:1 for white — AAA at any size.
What is the complementary color of #abc2ac?
#C2ABC1 sits directly opposite on the wheel. Softer options are the split-complements #B8ABC2 and #C2ABB6, which give the same contrast with far less vibration.
What colors go well with #abc2ac?
For interface work: #F6F9F6 as the surface, #D0DDD0 for borders, #618562 for secondary text, #72527A as an accent and #364A36 for hover and pressed states. For a palette, the analogous pair #B6C2AB and #ABC2B8 stays calm, while #C2ABC1 is the loudest partner.
What is #abc2ac in CMYK for printing?
cmyk(12%, 0%, 11%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abc2ac warm or cool?
Neutral — it scores 56 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B3C2AB; nudged cooler, #AAC4B4.