#abc9b0
a light, soft green · cool · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #abc9b0 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #abc9b0 |
| RGB | rgb(171, 201, 176) |
| HSL | hsl(130, 22%, 73%) |
| CMYK | cmyk(15%, 0%, 12%, 21%) |
| LAB | lab(78.2 -14.9 9.2) |
| LCH | lch(78.2 17.5 148.4) |
| OKLCH | oklch(0.807 0.048 150.0) |
| Decimal | 11258288 |
| Display P3 | color(display-p3 0.671 0.788 0.690) |
Copy-ready code
/* CSS */
color: #abc9b0;
background-color: #abc9b0;
/* Tailwind (arbitrary) */
class="text-[#abc9b0] bg-[#abc9b0]"
/* SCSS */
$brand: #abc9b0;
/* SwiftUI */
Color(red: 0.671, green: 0.788, blue: 0.690)
/* Android */
Color.parseColor("#abc9b0")
/* Flutter */
Color(0xFFABC9B0)
/* Python / OpenCV (BGR) */
(176, 201, 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. #abc9b0 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6F9F6;
--brand-100: #EDF2EE;
--brand-200: #D8E4DA;
--brand-300: #abc9b0;
--brand-400: #99BD9F;
--brand-500: #76A77F;
--brand-600: #609569;
--brand-700: #507C57;
--brand-800: #406346;
--brand-900: #314935;
--brand-950: #1F2E21;
--brand: #abc9b0;
--brand-ink: #000000;
}Colors that work with #abc9b0
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 #abc9b0
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 | #C9ABC4 | Directly opposite — maximum tension | |
| Analogous left | #B5C9AB | Neighbour, quieter | |
| Analogous right | #ABC9BF | Neighbour, quieter | |
| Split-complement 1 | #BFABC9 | Contrast without the clash | |
| Split-complement 2 | #C9ABB5 | Contrast without the clash | |
| Triadic 1 | #B0ABC9 | Even thirds — balanced and loud | |
| Triadic 2 | #C9B0AB | Even thirds — balanced and loud | |
| Tetradic | #ABB5C9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abc9b0 text on a black background
contrast 11.71:1
#abc9b0 text on a white background
contrast 1.79:1
CSS3 live lab
The quick brown fox
color: #abc9b0;
background-color: #abc9b0;
Glowing headline
text-shadow: 2px 2px 8px #abc9b0;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 201, 176, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 201, 176, 0.45);
border: 3px solid #abc9b0; background: linear-gradient(135deg, #abc9b0, #ABC9C4);
Monochromatic scale
Palettes built from #abc9b0
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 7.9 away, with its history, psychology and brand usage.
#abc9b0 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.
#abc9b0, answered
What color is #abc9b0?
#abc9b0 is a light soft green, closest to Dark Sea Green (ΔE2000 7.8). It sits at 130° on the hue wheel with 22% saturation and 73% lightness, which reads as cool.
What is the RGB value of #abc9b0?
rgb(171, 201, 176) — 171 red, 201 green and 176 blue out of 255, or 67.1% / 78.8% / 69% by channel.
Is #abc9b0 a light or a dark color?
It is a light color. Relative luminance is 0.5357 and perceived brightness is 74%, so black text on it reaches 11.71:1.
Should I use black or white text on #abc9b0?
Black. It scores 11.71:1 against #abc9b0, versus 1.79:1 for white — AAA at any size.
What is the complementary color of #abc9b0?
#C9ABC4 sits directly opposite on the wheel. Softer options are the split-complements #BFABC9 and #C9ABB5, which give the same contrast with far less vibration.
What colors go well with #abc9b0?
For interface work: #F6F9F6 as the surface, #CDDFD0 for borders, #5A8C62 for secondary text, #7C4B81 as an accent and #324E37 for hover and pressed states. For a palette, the analogous pair #B5C9AB and #ABC9BF stays calm, while #C9ABC4 is the loudest partner.
What is #abc9b0 in CMYK for printing?
cmyk(15%, 0%, 12%, 21%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abc9b0 warm or cool?
Cool — it scores 60 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B1C9AB; nudged cooler, #AACABB.