Elephant in the Room
#a8a9a8
Looking for the precise values behind Elephant in the Room (#a8a9a8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a8a9a8 | |
|---|---|---|
| RGB | rgb(168, 169, 168) | |
| HSL | hsl(120, 1%, 66%) | |
| CMYK | cmyk(1%, 0%, 1%, 34%) | |
| LAB | lab(69, -1, 0) | |
| OKLCH | oklch(0.73 0.002 146) |
Color harmonies
Tints & shades
Code snippets
color: #a8a9a8;
background-color: #a8a9a8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFA8A9A8)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.66, blue: 0.66, alpha: 1.0)