Water
#d4f1f9
Looking for the precise values behind Water (#d4f1f9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d4f1f9 | |
|---|---|---|
| RGB | rgb(212, 241, 249) | |
| HSL | hsl(193, 76%, 90%) | |
| CMYK | cmyk(15%, 3%, 0%, 2%) | |
| LAB | lab(93, -9, -7) | |
| OKLCH | oklch(0.94 0.032 216) |
Color harmonies
Tints & shades
Code snippets
color: #d4f1f9;
background-color: #d4f1f9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD4F1F9)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.95, blue: 0.98, alpha: 1.0)