#acd4ba
a light, soft green · cool · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #acd4ba 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 | #acd4ba |
| RGB | rgb(172, 212, 186) |
| HSL | hsl(141, 32%, 75%) |
| CMYK | cmyk(19%, 0%, 12%, 17%) |
| LAB | lab(81.5 -18.3 8.6) |
| LCH | lch(81.5 20.2 154.9) |
| OKLCH | oklch(0.834 0.056 156.5) |
| Decimal | 11326650 |
| Display P3 | color(display-p3 0.675 0.831 0.729) |
Copy-ready code
/* CSS */
color: #acd4ba;
background-color: #acd4ba;
/* Tailwind (arbitrary) */
class="text-[#acd4ba] bg-[#acd4ba]"
/* SCSS */
$brand: #acd4ba;
/* SwiftUI */
Color(red: 0.675, green: 0.831, blue: 0.729)
/* Android */
Color.parseColor("#acd4ba")
/* Flutter */
Color(0xFFACD4BA)
/* Python / OpenCV (BGR) */
(186, 212, 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. #acd4ba 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: #F5F9F7;
--brand-100: #ECF3EF;
--brand-200: #D5E7DB;
--brand-300: #acd4ba;
--brand-400: #90C6A3;
--brand-500: #6BB284;
--brand-600: #54A16F;
--brand-700: #46865C;
--brand-800: #386B4A;
--brand-900: #2B4F38;
--brand-950: #1B3123;
--brand: #acd4ba;
--brand-ink: #000000;
}Colors that work with #acd4ba
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 #acd4ba
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 | #D4ACC6 | Directly opposite — maximum tension | |
| Analogous left | #B2D4AC | Neighbour, quieter | |
| Analogous right | #ACD4CE | Neighbour, quieter | |
| Split-complement 1 | #CEACD4 | Contrast without the clash | |
| Split-complement 2 | #D4ACB2 | Contrast without the clash | |
| Triadic 1 | #BAACD4 | Even thirds — balanced and loud | |
| Triadic 2 | #D4BAAC | Even thirds — balanced and loud | |
| Tetradic | #ACB2D4 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#acd4ba text on a black background
contrast 12.88:1
#acd4ba text on a white background
contrast 1.63:1
CSS3 live lab
The quick brown fox
color: #acd4ba;
background-color: #acd4ba;
Glowing headline
text-shadow: 2px 2px 8px #acd4ba;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 212, 186, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 212, 186, 0.45);
border: 3px solid #acd4ba; background: linear-gradient(135deg, #acd4ba, #ACD3D4);
Monochromatic scale
Palettes built from #acd4ba
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 6.9 away, with its history, psychology and brand usage.
#acd4ba 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.
#acd4ba, answered
What color is #acd4ba?
#acd4ba is a light soft green, closest to Dark Sea Green (ΔE2000 8.8). It sits at 141° on the hue wheel with 32% saturation and 75% lightness, which reads as cool.
What is the RGB value of #acd4ba?
rgb(172, 212, 186) — 172 red, 212 green and 186 blue out of 255, or 67.5% / 83.1% / 72.9% by channel.
Is #acd4ba a light or a dark color?
It is a light color. Relative luminance is 0.5940 and perceived brightness is 78%, so black text on it reaches 12.88:1.
Should I use black or white text on #acd4ba?
Black. It scores 12.88:1 against #acd4ba, versus 1.63:1 for white — AAA at any size.
What is the complementary color of #acd4ba?
#D4ACC6 sits directly opposite on the wheel. Softer options are the split-complements #CEACD4 and #D4ACB2, which give the same contrast with far less vibration.
What colors go well with #acd4ba?
For interface work: #F5FAF7 as the surface, #C9E3D2 for borders, #4E9768 for secondary text, #8B4183 as an accent and #2C543A for hover and pressed states. For a palette, the analogous pair #B2D4AC and #ACD4CE stays calm, while #D4ACC6 is the loudest partner.
What is #acd4ba in CMYK for printing?
cmyk(19%, 0%, 12%, 17%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #acd4ba warm or cool?
Cool — it scores 69 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ADD4AC; nudged cooler, #ABD5C9.