Grain of Salt
#d8dbe1
Looking for the precise values behind Grain of Salt (#d8dbe1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d8dbe1 | |
|---|---|---|
| RGB | rgb(216, 219, 225) | |
| HSL | hsl(220, 13%, 86%) | |
| CMYK | cmyk(4%, 3%, 0%, 12%) | |
| LAB | lab(87, 0, -3) | |
| OKLCH | oklch(0.89 0.009 265) |
Color harmonies
Tints & shades
Code snippets
color: #d8dbe1;
background-color: #d8dbe1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD8DBE1)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.86, blue: 0.88, alpha: 1.0)