Milk
#fdfff5
Milk is a color with the hex code #fdfff5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fdfff5 | |
|---|---|---|
| RGB | rgb(253, 255, 245) | |
| HSL | hsl(72, 100%, 98%) | |
| CMYK | cmyk(1%, 0%, 4%, 0%) | |
| LAB | lab(100, -2, 5) | |
| OKLCH | oklch(1 0.013 116) |
Color harmonies
Tints & shades
Code snippets
color: #fdfff5;
background-color: #fdfff5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDFFF5)
/* Swift / UIKit */
UIColor(red: 0.99, green: 1.00, blue: 0.96, alpha: 1.0)