Alpine Air
#a9b4a9
Looking for the precise values behind Alpine Air (#a9b4a9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a9b4a9 | |
|---|---|---|
| RGB | rgb(169, 180, 169) | |
| HSL | hsl(120, 7%, 68%) | |
| CMYK | cmyk(6%, 0%, 6%, 29%) | |
| LAB | lab(72, -6, 4) | |
| OKLCH | oklch(0.76 0.02 145) |
Color harmonies
Tints & shades
Code snippets
color: #a9b4a9;
background-color: #a9b4a9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFA9B4A9)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.71, blue: 0.66, alpha: 1.0)