Pool Water
#2188ff
Pool Water, represented by the hex value #2188ff, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #2188ff | |
|---|---|---|
| RGB | rgb(33, 136, 255) | |
| HSL | hsl(212, 100%, 56%) | |
| CMYK | cmyk(87%, 47%, 0%, 0%) | |
| LAB | lab(56, 6, -68) | |
| OKLCH | oklch(0.64 0.198 256) |
Color harmonies
Tints & shades
Code snippets
color: #2188ff;
background-color: #2188ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-blue-500 /* ≈ #2b7fff */
/* Flutter */
Color(0xFF2188FF)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.53, blue: 1.00, alpha: 1.0)