Cold Canada
#dbfffe
Cold Canada is a color with the hex code #dbfffe. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dbfffe | |
|---|---|---|
| RGB | rgb(219, 255, 254) | |
| HSL | hsl(178, 100%, 93%) | |
| CMYK | cmyk(14%, 0%, 0%, 0%) | |
| LAB | lab(97, -12, -4) | |
| OKLCH | oklch(0.97 0.037 195) |
Color harmonies
Tints & shades
Code snippets
color: #dbfffe;
background-color: #dbfffe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDBFFFE)
/* Swift / UIKit */
UIColor(red: 0.86, green: 1.00, blue: 1.00, alpha: 1.0)