Ivory
#fffff0
Looking for the precise values behind Ivory (#fffff0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fffff0 | |
|---|---|---|
| RGB | rgb(255, 255, 240) | |
| HSL | hsl(60, 100%, 97%) | |
| CMYK | cmyk(0%, 0%, 6%, 0%) | |
| LAB | lab(100, -2, 7) | |
| OKLCH | oklch(1 0.02 107) |
Color harmonies
Tints & shades
Code snippets
color: #fffff0;
background-color: #fffff0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFFF0)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.94, alpha: 1.0)