Gin
#d9dfcd
Here's everything about the color Gin (#d9dfcd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #d9dfcd | |
|---|---|---|
| RGB | rgb(217, 223, 205) | |
| HSL | hsl(80, 22%, 84%) | |
| CMYK | cmyk(3%, 0%, 8%, 13%) | |
| LAB | lab(88, -4, 8) | |
| OKLCH | oklch(0.89 0.025 122) |
Color harmonies
Tints & shades
Code snippets
color: #d9dfcd;
background-color: #d9dfcd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD9DFCD)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.87, blue: 0.80, alpha: 1.0)