Flickering Light
#fff1dc
Looking for the precise values behind Flickering Light (#fff1dc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fff1dc | |
|---|---|---|
| RGB | rgb(255, 241, 220) | |
| HSL | hsl(36, 100%, 93%) | |
| CMYK | cmyk(0%, 5%, 14%, 0%) | |
| LAB | lab(96, 2, 12) | |
| OKLCH | oklch(0.96 0.032 78) |
Color harmonies
Tints & shades
Code snippets
color: #fff1dc;
background-color: #fff1dc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF1DC)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.95, blue: 0.86, alpha: 1.0)