Glacial Drift
#c3fbf4
Looking for the precise values behind Glacial Drift (#c3fbf4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c3fbf4 | |
|---|---|---|
| RGB | rgb(195, 251, 244) | |
| HSL | hsl(173, 88%, 87%) | |
| CMYK | cmyk(22%, 0%, 3%, 2%) | |
| LAB | lab(95, -19, -3) | |
| OKLCH | oklch(0.95 0.057 187) |
Color harmonies
Tints & shades
Code snippets
color: #c3fbf4;
background-color: #c3fbf4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC3FBF4)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.98, blue: 0.96, alpha: 1.0)