Natural Light
#f1ebc8
Natural Light is a color with the hex code #f1ebc8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f1ebc8 | |
|---|---|---|
| RGB | rgb(241, 235, 200) | |
| HSL | hsl(51, 59%, 86%) | |
| CMYK | cmyk(0%, 2%, 17%, 5%) | |
| LAB | lab(93, -2, 18) | |
| OKLCH | oklch(0.94 0.046 99) |
Color harmonies
Tints & shades
Code snippets
color: #f1ebc8;
background-color: #f1ebc8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1EBC8)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.92, blue: 0.78, alpha: 1.0)