Creamy Lemon
#fff0b2
Looking for the precise values behind Creamy Lemon (#fff0b2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fff0b2 | |
|---|---|---|
| RGB | rgb(255, 240, 178) | |
| HSL | hsl(48, 100%, 85%) | |
| CMYK | cmyk(0%, 6%, 30%, 0%) | |
| LAB | lab(95, -1, 32) | |
| OKLCH | oklch(0.95 0.08 96) |
Color harmonies
Tints & shades
Code snippets
color: #fff0b2;
background-color: #fff0b2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF0B2)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.94, blue: 0.70, alpha: 1.0)