Memory Lane
#c7d1db
Memory Lane, represented by the hex value #c7d1db, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c7d1db | |
|---|---|---|
| RGB | rgb(199, 209, 219) | |
| HSL | hsl(210, 22%, 82%) | |
| CMYK | cmyk(9%, 5%, 0%, 14%) | |
| LAB | lab(83, -2, -6) | |
| OKLCH | oklch(0.86 0.018 248) |
Color harmonies
Tints & shades
Code snippets
color: #c7d1db;
background-color: #c7d1db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC7D1DB)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.82, blue: 0.86, alpha: 1.0)