Ariel
#aed7ea
Ariel, represented by the hex value #aed7ea, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #aed7ea | |
|---|---|---|
| RGB | rgb(174, 215, 234) | |
| HSL | hsl(199, 59%, 80%) | |
| CMYK | cmyk(26%, 8%, 0%, 8%) | |
| LAB | lab(84, -11, -14) | |
| OKLCH | oklch(0.86 0.05 228) |
Color harmonies
Tints & shades
Code snippets
color: #aed7ea;
background-color: #aed7ea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFAED7EA)
/* Swift / UIKit */
UIColor(red: 0.68, green: 0.84, blue: 0.92, alpha: 1.0)