Ultimate Grey
#a9a8a9
Ultimate Grey, represented by the hex value #a9a8a9, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a9a8a9 | |
|---|---|---|
| RGB | rgb(169, 168, 169) | |
| HSL | hsl(300, 1%, 66%) | |
| CMYK | cmyk(0%, 1%, 0%, 34%) | |
| LAB | lab(69, 1, 0) | |
| OKLCH | oklch(0.73 0.002 326) |
Color harmonies
Tints & shades
Code snippets
color: #a9a8a9;
background-color: #a9a8a9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFA9A8A9)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.66, blue: 0.66, alpha: 1.0)