#acdba5
a light, soft green · cool · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #acdba5 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 | #acdba5 |
| RGB | rgb(172, 219, 165) |
| HSL | hsl(112, 43%, 75%) |
| CMYK | cmyk(22%, 0%, 25%, 14%) |
| LAB | lab(83.0 -25.4 21.7) |
| LCH | lch(83.0 33.4 139.5) |
| OKLCH | oklch(0.844 0.089 141.4) |
| Decimal | 11328421 |
| Display P3 | color(display-p3 0.675 0.859 0.647) |
Copy-ready code
/* CSS */
color: #acdba5;
background-color: #acdba5;
/* Tailwind (arbitrary) */
class="text-[#acdba5] bg-[#acdba5]"
/* SCSS */
$brand: #acdba5;
/* SwiftUI */
Color(red: 0.675, green: 0.859, blue: 0.647)
/* Android */
Color.parseColor("#acdba5")
/* Flutter */
Color(0xFFACDBA5)
/* Python / OpenCV (BGR) */
(165, 219, 172)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. #acdba5 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: #F5FAF5;
--brand-100: #ECF5EB;
--brand-200: #D5EAD1;
--brand-300: #acdba5;
--brand-400: #90CF87;
--brand-500: #6BBF5F;
--brand-600: #54AF46;
--brand-700: #46923A;
--brand-800: #38752F;
--brand-900: #2B5525;
--brand-950: #1B3517;
--brand: #acdba5;
--brand-ink: #000000;
}Colors that work with #acdba5
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 #acdba5
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 | #D4A5DB | Directly opposite — maximum tension | |
| Analogous left | #C7DBA5 | Neighbour, quieter | |
| Analogous right | #A5DBB9 | Neighbour, quieter | |
| Split-complement 1 | #B9A5DB | Contrast without the clash | |
| Split-complement 2 | #DBA5C7 | Contrast without the clash | |
| Triadic 1 | #A5ACDB | Even thirds — balanced and loud | |
| Triadic 2 | #DBA5AC | Even thirds — balanced and loud | |
| Tetradic | #A5C7DB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#acdba5 text on a black background
contrast 13.43:1
#acdba5 text on a white background
contrast 1.56:1
CSS3 live lab
The quick brown fox
color: #acdba5;
background-color: #acdba5;
Glowing headline
text-shadow: 2px 2px 8px #acdba5;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 219, 165, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 219, 165, 0.45);
border: 3px solid #acdba5; background: linear-gradient(135deg, #acdba5, #A5DBC2);
Monochromatic scale
Palettes built from #acdba5
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 2.1 away, with its history, psychology and brand usage.
#acdba5 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.
#acdba5, answered
What color is #acdba5?
#acdba5 is a light soft green, closest to Dark Sea Green (ΔE2000 8). It sits at 112° on the hue wheel with 43% saturation and 75% lightness, which reads as cool.
What is the RGB value of #acdba5?
rgb(172, 219, 165) — 172 red, 219 green and 165 blue out of 255, or 67.5% / 85.9% / 64.7% by channel.
Is #acdba5 a light or a dark color?
It is a light color. Relative luminance is 0.6215 and perceived brightness is 79%, so black text on it reaches 13.43:1.
Should I use black or white text on #acdba5?
Black. It scores 13.43:1 against #acdba5, versus 1.56:1 for white — AAA at any size.
What is the complementary color of #acdba5?
#D4A5DB sits directly opposite on the wheel. Softer options are the split-complements #B9A5DB and #DBA5C7, which give the same contrast with far less vibration.
What colors go well with #acdba5?
For interface work: #F5FAF4 as the surface, #C9E8C5 for borders, #559B4B for secondary text, #713597 as an accent and #2C5B24 for hover and pressed states. For a palette, the analogous pair #C7DBA5 and #A5DBB9 stays calm, while #D4A5DB is the loudest partner.
What is #acdba5 in CMYK for printing?
cmyk(22%, 0%, 25%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #acdba5 warm or cool?
Cool — it scores 59 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C0DBA5; nudged cooler, #A4DCB1.