Light Grey
#d8dcd6
Light Grey is a color with the hex code #d8dcd6. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d8dcd6 | |
|---|---|---|
| RGB | rgb(216, 220, 214) | |
| HSL | hsl(100, 8%, 85%) | |
| CMYK | cmyk(2%, 0%, 3%, 14%) | |
| LAB | lab(87, -2, 2) | |
| OKLCH | oklch(0.89 0.009 135) |
Color harmonies
Tints & shades
Code snippets
color: #d8dcd6;
background-color: #d8dcd6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD8DCD6)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.86, blue: 0.84, alpha: 1.0)