Moonlight
#f6eed5
Moonlight is a color with the hex code #f6eed5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f6eed5 | |
|---|---|---|
| RGB | rgb(246, 238, 213) | |
| HSL | hsl(45, 65%, 90%) | |
| CMYK | cmyk(0%, 3%, 13%, 4%) | |
| LAB | lab(94, 0, 13) | |
| OKLCH | oklch(0.95 0.034 92) |
Color harmonies
Tints & shades
Code snippets
color: #f6eed5;
background-color: #f6eed5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6EED5)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.93, blue: 0.84, alpha: 1.0)