Infinity Pool
#94d4e4
Looking for the precise values behind Infinity Pool (#94d4e4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #94d4e4 | |
|---|---|---|
| RGB | rgb(148, 212, 228) | |
| HSL | hsl(192, 60%, 74%) | |
| CMYK | cmyk(35%, 7%, 0%, 11%) | |
| LAB | lab(81, -18, -15) | |
| OKLCH | oklch(0.83 0.068 215) |
Color harmonies
Tints & shades
Code snippets
color: #94d4e4;
background-color: #94d4e4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF94D4E4)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.83, blue: 0.89, alpha: 1.0)