#abcca2
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #abcca2 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 | #abcca2 |
| RGB | rgb(171, 204, 162) |
| HSL | hsl(107, 29%, 72%) |
| CMYK | cmyk(16%, 0%, 21%, 20%) |
| LAB | lab(78.7 -18.9 17.4) |
| LCH | lch(78.7 25.6 137.4) |
| OKLCH | oklch(0.810 0.068 139.0) |
| Decimal | 11259042 |
| Display P3 | color(display-p3 0.671 0.800 0.635) |
Copy-ready code
/* CSS */
color: #abcca2;
background-color: #abcca2;
/* Tailwind (arbitrary) */
class="text-[#abcca2] bg-[#abcca2]"
/* SCSS */
$brand: #abcca2;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.635)
/* Android */
Color.parseColor("#abcca2")
/* Flutter */
Color(0xFFABCCA2)
/* Python / OpenCV (BGR) */
(162, 204, 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. #abcca2 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: #F6F9F6;
--brand-100: #EEF3EC;
--brand-200: #D9E6D5;
--brand-300: #BED7B7;
--brand-400: #abcca2;
--brand-500: #7CB06E;
--brand-600: #669E57;
--brand-700: #558448;
--brand-800: #44693A;
--brand-900: #344E2D;
--brand-950: #20311C;
--brand: #abcca2;
--brand-ink: #000000;
}Colors that work with #abcca2
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 #abcca2
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 | #C3A2CC | Directly opposite — maximum tension | |
| Analogous left | #C0CCA2 | Neighbour, quieter | |
| Analogous right | #A2CCAE | Neighbour, quieter | |
| Split-complement 1 | #AEA2CC | Contrast without the clash | |
| Split-complement 2 | #CCA2C0 | Contrast without the clash | |
| Triadic 1 | #A2ABCC | Even thirds — balanced and loud | |
| Triadic 2 | #CCA2AB | Even thirds — balanced and loud | |
| Tetradic | #A2C0CC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abcca2 text on a black background
contrast 11.89:1
#abcca2 text on a white background
contrast 1.77:1
CSS3 live lab
The quick brown fox
color: #abcca2;
background-color: #abcca2;
Glowing headline
text-shadow: 2px 2px 8px #abcca2;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 162, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 204, 162, 0.45);
border: 3px solid #abcca2; background: linear-gradient(135deg, #abcca2, #A2CCB5);
Monochromatic scale
Palettes built from #abcca2
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 5.7 away, with its history, psychology and brand usage.
#abcca2 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.
#abcca2, answered
What color is #abcca2?
#abcca2 is a light soft green, closest to Dark Sea Green (ΔE2000 5.5). It sits at 107° on the hue wheel with 29% saturation and 72% lightness, which reads as neutral.
What is the RGB value of #abcca2?
rgb(171, 204, 162) — 171 red, 204 green and 162 blue out of 255, or 67.1% / 80% / 63.5% by channel.
Is #abcca2 a light or a dark color?
It is a light color. Relative luminance is 0.5445 and perceived brightness is 75%, so black text on it reaches 11.89:1.
Should I use black or white text on #abcca2?
Black. It scores 11.89:1 against #abcca2, versus 1.77:1 for white — AAA at any size.
What is the complementary color of #abcca2?
#C3A2CC sits directly opposite on the wheel. Softer options are the split-complements #AEA2CC and #CCA2C0, which give the same contrast with far less vibration.
What colors go well with #abcca2?
For interface work: #F6FAF5 as the surface, #CFE2CA for borders, #609451 for secondary text, #694488 as an accent and #35522D for hover and pressed states. For a palette, the analogous pair #C0CCA2 and #A2CCAE stays calm, while #C3A2CC is the loudest partner.
What is #abcca2 in CMYK for printing?
cmyk(16%, 0%, 21%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abcca2 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 #BBCCA2; nudged cooler, #A1CEA7.