Creamy Cloud Dreams
#fff5e0
Looking for the precise values behind Creamy Cloud Dreams (#fff5e0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fff5e0 | |
|---|---|---|
| RGB | rgb(255, 245, 224) | |
| HSL | hsl(41, 100%, 94%) | |
| CMYK | cmyk(0%, 4%, 12%, 0%) | |
| LAB | lab(97, 1, 11) | |
| OKLCH | oklch(0.97 0.03 86) |
Color harmonies
Tints & shades
Code snippets
color: #fff5e0;
background-color: #fff5e0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF5E0)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.96, blue: 0.88, alpha: 1.0)