Au Clair de la Lune
#f4f2e2
Au Clair de la Lune, represented by the hex value #f4f2e2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f4f2e2 | |
|---|---|---|
| RGB | rgb(244, 242, 226) | |
| HSL | hsl(53, 45%, 92%) | |
| CMYK | cmyk(0%, 1%, 7%, 4%) | |
| LAB | lab(95, -1, 8) | |
| OKLCH | oklch(0.96 0.021 101) |
Color harmonies
Tints & shades
Code snippets
color: #f4f2e2;
background-color: #f4f2e2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4F2E2)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.95, blue: 0.89, alpha: 1.0)