#80acac
a balanced, soft cyan · cool · closest name: Cadet Blue
At a glance
Every number on this page in one read: what #80acac 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 | #80acac |
| RGB | rgb(128, 172, 172) |
| HSL | hsl(180, 21%, 59%) |
| CMYK | cmyk(26%, 0%, 0%, 33%) |
| LAB | lab(67.3 -14.6 -4.8) |
| LCH | lch(67.3 15.4 198.1) |
| OKLCH | oklch(0.713 0.047 196.1) |
| Decimal | 8432812 |
| Display P3 | color(display-p3 0.502 0.675 0.675) |
Copy-ready code
/* CSS */
color: #80acac;
background-color: #80acac;
/* Tailwind (arbitrary) */
class="text-[#80acac] bg-[#80acac]"
/* SCSS */
$brand: #80acac;
/* SwiftUI */
Color(red: 0.502, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#80acac")
/* Flutter */
Color(0xFF80ACAC)
/* Python / OpenCV (BGR) */
(172, 172, 128)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. #80acac is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6F9F9;
--brand-100: #EDF2F2;
--brand-200: #D8E4E4;
--brand-300: #BBD3D3;
--brand-400: #99BDBD;
--brand-500: #80acac;
--brand-600: #619494;
--brand-700: #517B7B;
--brand-800: #406363;
--brand-900: #314949;
--brand-950: #1F2E2E;
--brand: #80acac;
--brand-ink: #000000;
}Colors that work with #80acac
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 #80acac
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #AC8080 | Directly opposite — maximum tension | |
| Analogous left | #80AC96 | Neighbour, quieter | |
| Analogous right | #8096AC | Neighbour, quieter | |
| Split-complement 1 | #AC8096 | Contrast without the clash | |
| Split-complement 2 | #AC9680 | Contrast without the clash | |
| Triadic 1 | #AC80AC | Even thirds — balanced and loud | |
| Triadic 2 | #ACAC80 | Even thirds — balanced and loud | |
| Tetradic | #9680AC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#80acac text on a black background
contrast 8.41:1
#80acac text on a white background
contrast 2.50:1
CSS3 live lab
The quick brown fox
color: #80acac;
background-color: #80acac;
Glowing headline
text-shadow: 2px 2px 8px #80acac;
Soft neon halo
text-shadow: 0 0 14px rgba(128, 172, 172, 0.45);
box-shadow: 0 12px 32px -8px rgba(128, 172, 172, 0.45);
border: 3px solid #80acac; background: linear-gradient(135deg, #80acac, #808FAC);
Monochromatic scale
Palettes built from #80acac
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: Eucalyptus (#95afa2) — ΔE2000 7.1 away, with its history, psychology and brand usage.
#80acac 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.
#80acac, answered
What color is #80acac?
#80acac is a balanced soft cyan, closest to Cadet Blue (ΔE2000 6.2). It sits at 180° on the hue wheel with 21% saturation and 59% lightness, which reads as cool.
What is the RGB value of #80acac?
rgb(128, 172, 172) — 128 red, 172 green and 172 blue out of 255, or 50.2% / 67.5% / 67.5% by channel.
Is #80acac a light or a dark color?
It is a mid-tone. Relative luminance is 0.3707 and perceived brightness is 63%, so black text on it reaches 8.41:1.
Should I use black or white text on #80acac?
Black. It scores 8.41:1 against #80acac, versus 2.50:1 for white — AAA at any size.
What is the complementary color of #80acac?
#AC8080 sits directly opposite on the wheel. Softer options are the split-complements #AC8096 and #AC9680, which give the same contrast with far less vibration.
What colors go well with #80acac?
For interface work: #F6F9F9 as the surface, #CEDFDF for borders, #5B8B8B for secondary text, #B07C89 as an accent and #324D4D for hover and pressed states. For a palette, the analogous pair #80AC96 and #8096AC stays calm, while #AC8080 is the loudest partner.
What is #80acac in CMYK for printing?
cmyk(26%, 0%, 0%, 33%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #80acac warm or cool?
Cool — it scores 73 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #80AC9C; nudged cooler, #7E9CAE.