Gatsby Glitter
#eed683
Gatsby Glitter is a color with the hex code #eed683. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eed683 | |
|---|---|---|
| RGB | rgb(238, 214, 131) | |
| HSL | hsl(47, 76%, 72%) | |
| CMYK | cmyk(0%, 10%, 45%, 7%) | |
| LAB | lab(86, 1, 44) | |
| OKLCH | oklch(0.88 0.106 94) |
Color harmonies
Tints & shades
Code snippets
color: #eed683;
background-color: #eed683;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEED683)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.84, blue: 0.51, alpha: 1.0)