Shallow Water
#8af1fe
Shallow Water, represented by the hex value #8af1fe, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8af1fe | |
|---|---|---|
| RGB | rgb(138, 241, 254) | |
| HSL | hsl(187, 98%, 77%) | |
| CMYK | cmyk(46%, 5%, 0%, 0%) | |
| LAB | lab(89, -29, -16) | |
| OKLCH | oklch(0.9 0.098 206) |
Color harmonies
Tints & shades
Code snippets
color: #8af1fe;
background-color: #8af1fe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF8AF1FE)
/* Swift / UIKit */
UIColor(red: 0.54, green: 0.95, blue: 1.00, alpha: 1.0)