Moon Glow
#f5f3ce
Looking for the precise values behind Moon Glow (#f5f3ce)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f5f3ce | |
|---|---|---|
| RGB | rgb(245, 243, 206) | |
| HSL | hsl(57, 66%, 88%) | |
| CMYK | cmyk(0%, 1%, 16%, 4%) | |
| LAB | lab(95, -4, 18) | |
| OKLCH | oklch(0.96 0.048 105) |
Color harmonies
Tints & shades
Code snippets
color: #f5f3ce;
background-color: #f5f3ce;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5F3CE)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.95, blue: 0.81, alpha: 1.0)