Hazy Moon
#f1dca1
Looking for the precise values behind Hazy Moon (#f1dca1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f1dca1 | |
|---|---|---|
| RGB | rgb(241, 220, 161) | |
| HSL | hsl(44, 74%, 79%) | |
| CMYK | cmyk(0%, 9%, 33%, 5%) | |
| LAB | lab(88, 1, 32) | |
| OKLCH | oklch(0.9 0.079 91) |
Color harmonies
Tints & shades
Code snippets
color: #f1dca1;
background-color: #f1dca1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1DCA1)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.86, blue: 0.63, alpha: 1.0)