Powdered
#f9f2e7
Powdered is a color with the hex code #f9f2e7. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f9f2e7 | |
|---|---|---|
| RGB | rgb(249, 242, 231) | |
| HSL | hsl(37, 60%, 94%) | |
| CMYK | cmyk(0%, 3%, 7%, 2%) | |
| LAB | lab(96, 1, 6) | |
| OKLCH | oklch(0.96 0.016 79) |
Color harmonies
Tints & shades
Code snippets
color: #f9f2e7;
background-color: #f9f2e7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9F2E7)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.95, blue: 0.91, alpha: 1.0)