Sky High
#a7c2eb
Looking for the precise values behind Sky High (#a7c2eb)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a7c2eb | |
|---|---|---|
| RGB | rgb(167, 194, 235) | |
| HSL | hsl(216, 63%, 79%) | |
| CMYK | cmyk(29%, 17%, 0%, 8%) | |
| LAB | lab(77, -2, -24) | |
| OKLCH | oklch(0.81 0.065 259) |
Color harmonies
Tints & shades
Code snippets
color: #a7c2eb;
background-color: #a7c2eb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFA7C2EB)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.76, blue: 0.92, alpha: 1.0)