Concrete
#d2d1cd
Here's everything about the color Concrete (#d2d1cd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #d2d1cd | |
|---|---|---|
| RGB | rgb(210, 209, 205) | |
| HSL | hsl(48, 5%, 81%) | |
| CMYK | cmyk(0%, 0%, 2%, 18%) | |
| LAB | lab(84, 0, 2) | |
| OKLCH | oklch(0.86 0.006 95) |
Color harmonies
Tints & shades
Code snippets
color: #d2d1cd;
background-color: #d2d1cd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD2D1CD)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.82, blue: 0.80, alpha: 1.0)