Sugar Milk
#fff9f5
Looking for the precise values behind Sugar Milk (#fff9f5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fff9f5 | |
|---|---|---|
| RGB | rgb(255, 249, 245) | |
| HSL | hsl(24, 100%, 98%) | |
| CMYK | cmyk(0%, 2%, 4%, 0%) | |
| LAB | lab(98, 2, 3) | |
| OKLCH | oklch(0.99 0.008 56) |
Color harmonies
Tints & shades
Code snippets
color: #fff9f5;
background-color: #fff9f5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF9F5)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.98, blue: 0.96, alpha: 1.0)