Pale King’s Blue
#abf5ed
Pale King’s Blue, represented by the hex value #abf5ed, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #abf5ed | |
|---|---|---|
| RGB | rgb(171, 245, 237) | |
| HSL | hsl(174, 79%, 82%) | |
| CMYK | cmyk(30%, 0%, 3%, 4%) | |
| LAB | lab(92, -25, -4) | |
| OKLCH | oklch(0.92 0.074 188) |
Color harmonies
Tints & shades
Code snippets
color: #abf5ed;
background-color: #abf5ed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFABF5ED)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.96, blue: 0.93, alpha: 1.0)