#a2cf86
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #a2cf86 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 | #a2cf86 |
| RGB | rgb(162, 207, 134) |
| HSL | hsl(97, 43%, 67%) |
| CMYK | cmyk(22%, 0%, 35%, 19%) |
| LAB | lab(78.5 -27.9 31.6) |
| LCH | lch(78.5 42.1 131.4) |
| OKLCH | oklch(0.805 0.109 134.1) |
| Decimal | 10669958 |
| Display P3 | color(display-p3 0.635 0.812 0.525) |
Copy-ready code
/* CSS */
color: #a2cf86;
background-color: #a2cf86;
/* Tailwind (arbitrary) */
class="text-[#a2cf86] bg-[#a2cf86]"
/* SCSS */
$brand: #a2cf86;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 0.525)
/* Android */
Color.parseColor("#a2cf86")
/* Flutter */
Color(0xFFA2CF86)
/* Python / OpenCV (BGR) */
(134, 207, 162)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. #a2cf86 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: #F7FAF5;
--brand-100: #EEF5EB;
--brand-200: #DBEAD1;
--brand-300: #C1DFAF;
--brand-400: #a2cf86;
--brand-500: #83BF5E;
--brand-600: #6EAF46;
--brand-700: #5C923A;
--brand-800: #49752E;
--brand-900: #385625;
--brand-950: #233517;
--brand: #a2cf86;
--brand-ink: #000000;
}Colors that work with #a2cf86
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 #a2cf86
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 | #B386CF | Directly opposite — maximum tension | |
| Analogous left | #C7CF86 | Neighbour, quieter | |
| Analogous right | #86CF8F | Neighbour, quieter | |
| Split-complement 1 | #8F86CF | Contrast without the clash | |
| Split-complement 2 | #CF86C7 | Contrast without the clash | |
| Triadic 1 | #86A2CF | Even thirds — balanced and loud | |
| Triadic 2 | #CF86A2 | Even thirds — balanced and loud | |
| Tetradic | #86C7CF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#a2cf86 text on a black background
contrast 11.81:1
#a2cf86 text on a white background
contrast 1.78:1
CSS3 live lab
The quick brown fox
color: #a2cf86;
background-color: #a2cf86;
Glowing headline
text-shadow: 2px 2px 8px #a2cf86;
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 134, 0.45);
box-shadow: 0 12px 32px -8px rgba(162, 207, 134, 0.45);
border: 3px solid #a2cf86; background: linear-gradient(135deg, #a2cf86, #86CF9B);
Monochromatic scale
Palettes built from #a2cf86
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: Pistachio (#93c572) — ΔE2000 3.5 away, with its history, psychology and brand usage.
#a2cf86 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.
#a2cf86, answered
What color is #a2cf86?
#a2cf86 is a light soft green, closest to Dark Sea Green (ΔE2000 7.8). It sits at 97° on the hue wheel with 43% saturation and 67% lightness, which reads as neutral.
What is the RGB value of #a2cf86?
rgb(162, 207, 134) — 162 red, 207 green and 134 blue out of 255, or 63.5% / 81.2% / 52.5% by channel.
Is #a2cf86 a light or a dark color?
It is a light color. Relative luminance is 0.5403 and perceived brightness is 73%, so black text on it reaches 11.81:1.
Should I use black or white text on #a2cf86?
Black. It scores 11.81:1 against #a2cf86, versus 1.78:1 for white — AAA at any size.
What is the complementary color of #a2cf86?
#B386CF sits directly opposite on the wheel. Softer options are the split-complements #8F86CF and #CF86C7, which give the same contrast with far less vibration.
What colors go well with #a2cf86?
For interface work: #F7FAF4 as the surface, #D2E8C5 for borders, #699B4B for secondary text, #593696 as an accent and #395B24 for hover and pressed states. For a palette, the analogous pair #C7CF86 and #86CF8F stays calm, while #B386CF is the loudest partner.
What is #a2cf86 in CMYK for printing?
cmyk(22%, 0%, 35%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #a2cf86 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 #BDCF86; nudged cooler, #86D184.