Skyscraper
#d3dbe2
Looking for the precise values behind Skyscraper (#d3dbe2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d3dbe2 | |
|---|---|---|
| RGB | rgb(211, 219, 226) | |
| HSL | hsl(208, 21%, 86%) | |
| CMYK | cmyk(7%, 3%, 0%, 11%) | |
| LAB | lab(87, -2, -4) | |
| OKLCH | oklch(0.89 0.013 244) |
Color harmonies
Tints & shades
Code snippets
color: #d3dbe2;
background-color: #d3dbe2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD3DBE2)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.86, blue: 0.89, alpha: 1.0)