Bitter Lemon
#d2db32
Bitter Lemon, represented by the hex value #d2db32, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d2db32 | |
|---|---|---|
| RGB | rgb(210, 219, 50) | |
| HSL | hsl(63, 70%, 53%) | |
| CMYK | cmyk(4%, 0%, 77%, 14%) | |
| LAB | lab(85, -17, 74) | |
| OKLCH | oklch(0.86 0.178 113) |
Color harmonies
Tints & shades
Code snippets
color: #d2db32;
background-color: #d2db32;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD2DB32)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.86, blue: 0.20, alpha: 1.0)