Parmesan
#ffffdd
Here's everything about the color Parmesan (#ffffdd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffffdd | |
|---|---|---|
| RGB | rgb(255, 255, 221) | |
| HSL | hsl(60, 100%, 93%) | |
| CMYK | cmyk(0%, 0%, 13%, 0%) | |
| LAB | lab(99, -4, 16) | |
| OKLCH | oklch(0.99 0.044 107) |
Color harmonies
Tints & shades
Code snippets
color: #ffffdd;
background-color: #ffffdd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFFDD)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.87, alpha: 1.0)