Fresh Air
#a6e7ff
Fresh Air, represented by the hex value #a6e7ff, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a6e7ff | |
|---|---|---|
| RGB | rgb(166, 231, 255) | |
| HSL | hsl(196, 100%, 83%) | |
| CMYK | cmyk(35%, 9%, 0%, 0%) | |
| LAB | lab(88, -17, -19) | |
| OKLCH | oklch(0.89 0.073 223) |
Color harmonies
Tints & shades
Code snippets
color: #a6e7ff;
background-color: #a6e7ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFA6E7FF)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.91, blue: 1.00, alpha: 1.0)