#a2daaa
a light, soft green · cool · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #a2daaa 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 | #a2daaa |
| RGB | rgb(162, 218, 170) |
| HSL | hsl(129, 43%, 75%) |
| CMYK | cmyk(26%, 0%, 22%, 15%) |
| LAB | lab(82.2 -27.4 17.9) |
| LCH | lch(82.2 32.7 146.8) |
| OKLCH | oklch(0.837 0.088 148.6) |
| Decimal | 10672810 |
| Display P3 | color(display-p3 0.635 0.855 0.667) |
Copy-ready code
/* CSS */
color: #a2daaa;
background-color: #a2daaa;
/* Tailwind (arbitrary) */
class="text-[#a2daaa] bg-[#a2daaa]"
/* SCSS */
$brand: #a2daaa;
/* SwiftUI */
Color(red: 0.635, green: 0.855, blue: 0.667)
/* Android */
Color.parseColor("#a2daaa")
/* Flutter */
Color(0xFFA2DAAA)
/* Python / OpenCV (BGR) */
(170, 218, 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. #a2daaa 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: #F5FAF6;
--brand-100: #EBF5EC;
--brand-200: #D1EAD5;
--brand-300: #a2daaa;
--brand-400: #87CF91;
--brand-500: #5EBF6C;
--brand-600: #46AF55;
--brand-700: #3A9247;
--brand-800: #2E7539;
--brand-900: #25552C;
--brand-950: #17351B;
--brand: #a2daaa;
--brand-ink: #000000;
}Colors that work with #a2daaa
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 #a2daaa
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 | #DAA2D2 | Directly opposite — maximum tension | |
| Analogous left | #B6DAA2 | Neighbour, quieter | |
| Analogous right | #A2DAC6 | Neighbour, quieter | |
| Split-complement 1 | #C6A2DA | Contrast without the clash | |
| Split-complement 2 | #DAA2B6 | Contrast without the clash | |
| Triadic 1 | #AAA2DA | Even thirds — balanced and loud | |
| Triadic 2 | #DAAAA2 | Even thirds — balanced and loud | |
| Tetradic | #A2B6DA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#a2daaa text on a black background
contrast 13.15:1
#a2daaa text on a white background
contrast 1.60:1
CSS3 live lab
The quick brown fox
color: #a2daaa;
background-color: #a2daaa;
Glowing headline
text-shadow: 2px 2px 8px #a2daaa;
Soft neon halo
text-shadow: 0 0 14px rgba(162, 218, 170, 0.45);
box-shadow: 0 12px 32px -8px rgba(162, 218, 170, 0.45);
border: 3px solid #a2daaa; background: linear-gradient(135deg, #a2daaa, #A2DACF);
Monochromatic scale
Palettes built from #a2daaa
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 1.9 away, with its history, psychology and brand usage.
#a2daaa 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.
#a2daaa, answered
What color is #a2daaa?
#a2daaa is a light soft green, closest to Dark Sea Green (ΔE2000 7.5). It sits at 129° on the hue wheel with 43% saturation and 75% lightness, which reads as cool.
What is the RGB value of #a2daaa?
rgb(162, 218, 170) — 162 red, 218 green and 170 blue out of 255, or 63.5% / 85.5% / 66.7% by channel.
Is #a2daaa a light or a dark color?
It is a light color. Relative luminance is 0.6073 and perceived brightness is 77%, so black text on it reaches 13.15:1.
Should I use black or white text on #a2daaa?
Black. It scores 13.15:1 against #a2daaa, versus 1.60:1 for white — AAA at any size.
What is the complementary color of #a2daaa?
#DAA2D2 sits directly opposite on the wheel. Softer options are the split-complements #C6A2DA and #DAA2B6, which give the same contrast with far less vibration.
What colors go well with #a2daaa?
For interface work: #F4FAF5 as the surface, #C5E8CA for borders, #4B9B56 for secondary text, #8C3597 as an accent and #245B2C for hover and pressed states. For a palette, the analogous pair #B6DAA2 and #A2DAC6 stays calm, while #DAA2D2 is the loudest partner.
What is #a2daaa in CMYK for printing?
cmyk(26%, 0%, 22%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #a2daaa warm or cool?
Cool — it scores 66 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AEDAA2; nudged cooler, #A1DBBF.