Lanky Lemon
#d9c948
Lanky Lemon, represented by the hex value #d9c948, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d9c948 | |
|---|---|---|
| RGB | rgb(217, 201, 72) | |
| HSL | hsl(53, 66%, 57%) | |
| CMYK | cmyk(0%, 7%, 67%, 15%) | |
| LAB | lab(81, -5, 64) | |
| OKLCH | oklch(0.83 0.147 102) |
Color harmonies
Tints & shades
Code snippets
color: #d9c948;
background-color: #d9c948;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD9C948)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.79, blue: 0.28, alpha: 1.0)