#abc493
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #abc493 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 | #abc493 |
| RGB | rgb(171, 196, 147) |
| HSL | hsl(91, 29%, 67%) |
| CMYK | cmyk(13%, 0%, 25%, 23%) |
| LAB | lab(76.2 -17.3 21.9) |
| LCH | lch(76.2 27.9 128.3) |
| OKLCH | oklch(0.789 0.072 129.9) |
| Decimal | 11256979 |
| Display P3 | color(display-p3 0.671 0.769 0.576) |
Copy-ready code
/* CSS */
color: #abc493;
background-color: #abc493;
/* Tailwind (arbitrary) */
class="text-[#abc493] bg-[#abc493]"
/* SCSS */
$brand: #abc493;
/* SwiftUI */
Color(red: 0.671, green: 0.769, blue: 0.576)
/* Android */
Color.parseColor("#abc493")
/* Flutter */
Color(0xFFABC493)
/* Python / OpenCV (BGR) */
(147, 196, 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. #abc493 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: #F0F3EC;
--brand-200: #DEE6D5;
--brand-300: #C7D7B6;
--brand-400: #abc493;
--brand-500: #8EB06E;
--brand-600: #7A9E57;
--brand-700: #658448;
--brand-800: #516A3A;
--brand-900: #3D4E2D;
--brand-950: #26311C;
--brand: #abc493;
--brand-ink: #000000;
}Colors that work with #abc493
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 #abc493
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 | #AC93C4 | Directly opposite — maximum tension | |
| Analogous left | #C4C493 | Neighbour, quieter | |
| Analogous right | #93C494 | Neighbour, quieter | |
| Split-complement 1 | #9493C4 | Contrast without the clash | |
| Split-complement 2 | #C493C4 | Contrast without the clash | |
| Triadic 1 | #93ABC4 | Even thirds — balanced and loud | |
| Triadic 2 | #C493AB | Even thirds — balanced and loud | |
| Tetradic | #93C4C4 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abc493 text on a black background
contrast 11.05:1
#abc493 text on a white background
contrast 1.90:1
CSS3 live lab
The quick brown fox
color: #abc493;
background-color: #abc493;
Glowing headline
text-shadow: 2px 2px 8px #abc493;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 196, 147, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 196, 147, 0.45);
border: 3px solid #abc493; background: linear-gradient(135deg, #abc493, #93C49C);
Monochromatic scale
Palettes built from #abc493
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 5.9 away, with its history, psychology and brand usage.
#abc493 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.
#abc493, answered
What color is #abc493?
#abc493 is a light soft green, closest to Dark Sea Green (ΔE2000 5.7). It sits at 91° on the hue wheel with 29% saturation and 67% lightness, which reads as neutral.
What is the RGB value of #abc493?
rgb(171, 196, 147) — 171 red, 196 green and 147 blue out of 255, or 67.1% / 76.9% / 57.6% by channel.
Is #abc493 a light or a dark color?
It is a light color. Relative luminance is 0.5024 and perceived brightness is 72%, so black text on it reaches 11.05:1.
Should I use black or white text on #abc493?
Black. It scores 11.05:1 against #abc493, versus 1.90:1 for white — AAA at any size.
What is the complementary color of #abc493?
#AC93C4 sits directly opposite on the wheel. Softer options are the split-complements #9493C4 and #C493C4, which give the same contrast with far less vibration.
What colors go well with #abc493?
For interface work: #F7FAF5 as the surface, #D6E2CA for borders, #729451 for secondary text, #564488 as an accent and #3F522D for hover and pressed states. For a palette, the analogous pair #C4C493 and #93C494 stays calm, while #AC93C4 is the loudest partner.
What is #abc493 in CMYK for printing?
cmyk(13%, 0%, 25%, 23%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abc493 warm or cool?
Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BDC493; nudged cooler, #98C692.