#abc99b
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #abc99b 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 | #abc99b |
| RGB | rgb(171, 201, 155) |
| HSL | hsl(99, 30%, 70%) |
| CMYK | cmyk(15%, 0%, 23%, 21%) |
| LAB | lab(77.8 -18.5 19.7) |
| LCH | lch(77.8 27.1 133.2) |
| OKLCH | oklch(0.802 0.071 134.8) |
| Decimal | 11258267 |
| Display P3 | color(display-p3 0.671 0.788 0.608) |
Copy-ready code
/* CSS */
color: #abc99b;
background-color: #abc99b;
/* Tailwind (arbitrary) */
class="text-[#abc99b] bg-[#abc99b]"
/* SCSS */
$brand: #abc99b;
/* SwiftUI */
Color(red: 0.671, green: 0.788, blue: 0.608)
/* Android */
Color.parseColor("#abc99b")
/* Flutter */
Color(0xFFABC99B)
/* Python / OpenCV (BGR) */
(155, 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. #abc99b 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: #DBE7D5;
--brand-300: #C2D8B6;
--brand-400: #abc99b;
--brand-500: #85B06D;
--brand-600: #6F9F56;
--brand-700: #5D8448;
--brand-800: #4A6A39;
--brand-900: #384E2C;
--brand-950: #23311C;
--brand: #abc99b;
--brand-ink: #000000;
}Colors that work with #abc99b
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 #abc99b
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 | #B99BC9 | Directly opposite — maximum tension | |
| Analogous left | #C2C99B | Neighbour, quieter | |
| Analogous right | #9BC9A2 | Neighbour, quieter | |
| Split-complement 1 | #A29BC9 | Contrast without the clash | |
| Split-complement 2 | #C99BC2 | Contrast without the clash | |
| Triadic 1 | #9BABC9 | Even thirds — balanced and loud | |
| Triadic 2 | #C99BAB | Even thirds — balanced and loud | |
| Tetradic | #9BC2C9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abc99b text on a black background
contrast 11.56:1
#abc99b text on a white background
contrast 1.82:1
CSS3 live lab
The quick brown fox
color: #abc99b;
background-color: #abc99b;
Glowing headline
text-shadow: 2px 2px 8px #abc99b;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 201, 155, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 201, 155, 0.45);
border: 3px solid #abc99b; background: linear-gradient(135deg, #abc99b, #9BC9AA);
Monochromatic scale
Palettes built from #abc99b
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: Celadon (#ace1af) — ΔE2000 6.6 away, with its history, psychology and brand usage.
#abc99b 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.
#abc99b, answered
What color is #abc99b?
#abc99b is a light soft green, closest to Dark Sea Green (ΔE2000 5.4). It sits at 99° on the hue wheel with 30% saturation and 70% lightness, which reads as neutral.
What is the RGB value of #abc99b?
rgb(171, 201, 155) — 171 red, 201 green and 155 blue out of 255, or 67.1% / 78.8% / 60.8% by channel.
Is #abc99b a light or a dark color?
It is a light color. Relative luminance is 0.5280 and perceived brightness is 74%, so black text on it reaches 11.56:1.
Should I use black or white text on #abc99b?
Black. It scores 11.56:1 against #abc99b, versus 1.82:1 for white — AAA at any size.
What is the complementary color of #abc99b?
#B99BC9 sits directly opposite on the wheel. Softer options are the split-complements #A29BC9 and #C99BC2, which give the same contrast with far less vibration.
What colors go well with #abc99b?
For interface work: #F7FAF5 as the surface, #D2E2CA for borders, #689550 for secondary text, #5F4488 as an accent and #3A532D for hover and pressed states. For a palette, the analogous pair #C2C99B and #9BC9A2 stays calm, while #B99BC9 is the loudest partner.
What is #abc99b in CMYK for printing?
cmyk(15%, 0%, 23%, 21%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abc99b 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 #BCC99B; nudged cooler, #99CB9A.