Wave
#a5ced5
Wave, represented by the hex value #a5ced5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a5ced5 | |
|---|---|---|
| RGB | rgb(165, 206, 213) | |
| HSL | hsl(189, 36%, 74%) | |
| CMYK | cmyk(23%, 3%, 0%, 16%) | |
| LAB | lab(80, -13, -8) | |
| OKLCH | oklch(0.82 0.044 209) |
Color harmonies
Tints & shades
Code snippets
color: #a5ced5;
background-color: #a5ced5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFA5CED5)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.81, blue: 0.84, alpha: 1.0)