Moon Sugar
#f5f5da
Moon Sugar, represented by the hex value #f5f5da, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f5f5da | |
|---|---|---|
| RGB | rgb(245, 245, 218) | |
| HSL | hsl(60, 57%, 91%) | |
| CMYK | cmyk(0%, 0%, 11%, 4%) | |
| LAB | lab(96, -3, 13) | |
| OKLCH | oklch(0.96 0.035 107) |
Color harmonies
Tints & shades
Code snippets
color: #f5f5da;
background-color: #f5f5da;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5F5DA)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.96, blue: 0.85, alpha: 1.0)