#afdaa0
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #afdaa0 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 | #afdaa0 |
| RGB | rgb(175, 218, 160) |
| HSL | hsl(105, 44%, 74%) |
| CMYK | cmyk(20%, 0%, 27%, 15%) |
| LAB | lab(82.8 -24.7 24.1) |
| LCH | lch(82.8 34.5 135.7) |
| OKLCH | oklch(0.843 0.091 137.7) |
| Decimal | 11524768 |
| Display P3 | color(display-p3 0.686 0.855 0.627) |
Copy-ready code
/* CSS */
color: #afdaa0;
background-color: #afdaa0;
/* Tailwind (arbitrary) */
class="text-[#afdaa0] bg-[#afdaa0]"
/* SCSS */
$brand: #afdaa0;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.627)
/* Android */
Color.parseColor("#afdaa0")
/* Flutter */
Color(0xFFAFDAA0)
/* Python / OpenCV (BGR) */
(160, 218, 175)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. #afdaa0 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: #F6FAF5;
--brand-100: #EDF5EA;
--brand-200: #D8EBD1;
--brand-300: #afdaa0;
--brand-400: #99D086;
--brand-500: #77C05E;
--brand-600: #60B045;
--brand-700: #509339;
--brand-800: #40752E;
--brand-900: #315624;
--brand-950: #1F3617;
--brand: #afdaa0;
--brand-ink: #000000;
}Colors that work with #afdaa0
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 #afdaa0
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 | #CBA0DA | Directly opposite — maximum tension | |
| Analogous left | #CCDAA0 | Neighbour, quieter | |
| Analogous right | #A0DAAE | Neighbour, quieter | |
| Split-complement 1 | #AEA0DA | Contrast without the clash | |
| Split-complement 2 | #DAA0CC | Contrast without the clash | |
| Triadic 1 | #A0AFDA | Even thirds — balanced and loud | |
| Triadic 2 | #DAA0AF | Even thirds — balanced and loud | |
| Tetradic | #A0CCDA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#afdaa0 text on a black background
contrast 13.36:1
#afdaa0 text on a white background
contrast 1.57:1
CSS3 live lab
The quick brown fox
color: #afdaa0;
background-color: #afdaa0;
Glowing headline
text-shadow: 2px 2px 8px #afdaa0;
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 160, 0.45);
box-shadow: 0 12px 32px -8px rgba(175, 218, 160, 0.45);
border: 3px solid #afdaa0; background: linear-gradient(135deg, #afdaa0, #A0DAB8);
Monochromatic scale
Palettes built from #afdaa0
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 3.4 away, with its history, psychology and brand usage.
#afdaa0 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.
#afdaa0, answered
What color is #afdaa0?
#afdaa0 is a light soft green, closest to Dark Sea Green (ΔE2000 8.2). It sits at 105° on the hue wheel with 44% saturation and 74% lightness, which reads as neutral.
What is the RGB value of #afdaa0?
rgb(175, 218, 160) — 175 red, 218 green and 160 blue out of 255, or 68.6% / 85.5% / 62.7% by channel.
Is #afdaa0 a light or a dark color?
It is a light color. Relative luminance is 0.6179 and perceived brightness is 78%, so black text on it reaches 13.36:1.
Should I use black or white text on #afdaa0?
Black. It scores 13.36:1 against #afdaa0, versus 1.57:1 for white — AAA at any size.
What is the complementary color of #afdaa0?
#CBA0DA sits directly opposite on the wheel. Softer options are the split-complements #AEA0DA and #DAA0CC, which give the same contrast with far less vibration.
What colors go well with #afdaa0?
For interface work: #F6FAF4 as the surface, #CEE8C4 for borders, #5F9B4B for secondary text, #653597 as an accent and #325C24 for hover and pressed states. For a palette, the analogous pair #CCDAA0 and #A0DAAE stays calm, while #CBA0DA is the loudest partner.
What is #afdaa0 in CMYK for printing?
cmyk(20%, 0%, 27%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #afdaa0 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 #C4DAA0; nudged cooler, #9FDBA5.