Cityscape
#dae3e7
Cityscape is a color with the hex code #dae3e7. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dae3e7 | |
|---|---|---|
| RGB | rgb(218, 227, 231) | |
| HSL | hsl(198, 21%, 88%) | |
| CMYK | cmyk(6%, 2%, 0%, 9%) | |
| LAB | lab(90, -3, -3) | |
| OKLCH | oklch(0.91 0.011 226) |
Color harmonies
Tints & shades
Code snippets
color: #dae3e7;
background-color: #dae3e7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDAE3E7)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.89, blue: 0.91, alpha: 1.0)