Skip to content

#AAAEBD

≈ darkgray · rgb(170, 174, 189)
Color formats
HEX#AAAEBD
RGBrgb(170, 174, 189)
HSLhsl(227, 13%, 70%)
HSVhsv(227, 10%, 74%)
OKLCHoklch(75% 0.02 274)
CMYKcmyk(10%, 8%, 0%, 26%)
Contrast & accessibility
On white2.21:1below AA
On black9.50:1AA pass
Best text color#000000
Nearest CSS name: darkgray
Copy-ready code
CSS custom properties
:root {
  --darkgray: #aaaebd;
  --darkgray-rgb: 170 174 189;
  --darkgray-oklch: oklch(75% 0.02 274);
}
The space-separated triple lets you set alpha without a second variable:
background: rgb(var(--darkgray-rgb) / 40%);
Tailwind (arbitrary value)
bg-[#aaaebd] text-[#aaaebd] border-[#aaaebd]
Shades & tints
Color harmonies
About this color

#AAAEBD is a color with the RGB value rgb(170, 174, 189). Its closest CSS named color is "darkgray". On this page you'll find every format (HEX, RGB, HSL, HSV, OKLCH, CMYK), WCAG contrast against white and black, a full 50–950 shade scale, and complementary, analogous and triadic harmonies — each linking to its own color page.

Related

Convert #AAAEBD to other formats

Palettes with a similar color

Gradients with a similar color

Copied