#acacae
a light, muted gray · neutral · closest name: Dark Gray
At a glance
Every number on this page in one read: what #acacae is made of, how bright it looks, and which way it leans.
Near-neutral, so temperature is a whisper rather than a statement — the tinted siblings below show which way it can lean.
Every format
| HEX | #acacae |
| RGB | rgb(172, 172, 174) |
| HSL | hsl(240, 1%, 68%) |
| CMYK | cmyk(1%, 1%, 0%, 32%) |
| LAB | lab(70.4 0.4 -1.0) |
| LCH | lch(70.4 1.1 290.4) |
| OKLCH | oklch(0.745 0.003 286.3) |
| Decimal | 11316398 |
| Display P3 | color(display-p3 0.675 0.675 0.682) |
Copy-ready code
/* CSS */
color: #acacae;
background-color: #acacae;
/* Tailwind (arbitrary) */
class="text-[#acacae] bg-[#acacae]"
/* SCSS */
$brand: #acacae;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.682)
/* Android */
Color.parseColor("#acacae")
/* Flutter */
Color(0xFFACACAE)
/* Python / OpenCV (BGR) */
(174, 172, 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. #acacae is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F7F7F7;
--brand-100: #F0F0F0;
--brand-200: #DDDDDE;
--brand-300: #C6C6C8;
--brand-400: #acacae;
--brand-500: #8D8D90;
--brand-600: #79797C;
--brand-700: #656567;
--brand-800: #515153;
--brand-900: #3D3D3E;
--brand-950: #262627;
--brand: #acacae;
--brand-ink: #000000;
}Colors that work with #acacae
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 #acacae
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Borders, dividers and quiet backgrounds
- ✓Long-form reading surfaces
- ✓Card and section backgrounds
- ✓Neutral UI chrome and typography
- ⚠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 | #AEAEAC | Directly opposite — maximum tension | |
| Analogous left | #ACADAE | Neighbour, quieter | |
| Analogous right | #ADACAE | Neighbour, quieter | |
| Split-complement 1 | #AEADAC | Contrast without the clash | |
| Split-complement 2 | #ADAEAC | Contrast without the clash | |
| Triadic 1 | #AEACAC | Even thirds — balanced and loud | |
| Triadic 2 | #ACAEAC | Even thirds — balanced and loud | |
| Tetradic | #AEACAD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#acacae text on a black background
contrast 9.27:1
#acacae text on a white background
contrast 2.27:1
CSS3 live lab
The quick brown fox
color: #acacae;
background-color: #acacae;
Glowing headline
text-shadow: 2px 2px 8px #acacae;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 174, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 172, 174, 0.45);
border: 3px solid #acacae; background: linear-gradient(135deg, #acacae, #ADACAE);
Monochromatic scale
Palettes built from #acacae
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: Silver (#c0c0c0) — ΔE2000 5.5 away, with its history, psychology and brand usage.
#acacae 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.
#acacae, answered
What color is #acacae?
#acacae is a light muted gray, closest to Dark Gray (ΔE2000 1.5). It sits at 240° on the hue wheel with 1% saturation and 68% lightness, which reads as neutral.
What is the RGB value of #acacae?
rgb(172, 172, 174) — 172 red, 172 green and 174 blue out of 255, or 67.5% / 67.5% / 68.2% by channel.
Is #acacae a light or a dark color?
It is a mid-tone. Relative luminance is 0.4133 and perceived brightness is 68%, so black text on it reaches 9.27:1.
Should I use black or white text on #acacae?
Black. It scores 9.27:1 against #acacae, versus 2.27:1 for white — AAA at any size.
What is the complementary color of #acacae?
#AEAEAC sits directly opposite on the wheel. Softer options are the split-complements #AEADAC and #ADAEAC, which give the same contrast with far less vibration.
What colors go well with #acacae?
For interface work: #F7F7F7 as the surface, #D6D6D7 for borders, #717174 for secondary text, #6B6861 as an accent and #3F3F41 for hover and pressed states. For a palette, the analogous pair #ACADAE and #ADACAE stays calm, while #AEAEAC is the loudest partner.
What is #acacae in CMYK for printing?
cmyk(1%, 1%, 0%, 32%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #acacae warm or cool?
Neutral — it scores 51 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BDB1A7; nudged cooler, #9CA7B4.