Flashlight
#f9eed6
Flashlight is a color with the hex code #f9eed6. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f9eed6 | |
|---|---|---|
| RGB | rgb(249, 238, 214) | |
| HSL | hsl(41, 74%, 91%) | |
| CMYK | cmyk(0%, 4%, 14%, 2%) | |
| LAB | lab(95, 1, 13) | |
| OKLCH | oklch(0.95 0.034 86) |
Color harmonies
Tints & shades
Code snippets
color: #f9eed6;
background-color: #f9eed6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9EED6)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.93, blue: 0.84, alpha: 1.0)