Peach Cream
#fff0db
Here's everything about the color Peach Cream (#fff0db) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #fff0db | |
|---|---|---|
| RGB | rgb(255, 240, 219) | |
| HSL | hsl(35, 100%, 93%) | |
| CMYK | cmyk(0%, 6%, 14%, 0%) | |
| LAB | lab(96, 3, 12) | |
| OKLCH | oklch(0.96 0.032 76) |
Color harmonies
Tints & shades
Code snippets
color: #fff0db;
background-color: #fff0db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF0DB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.94, blue: 0.86, alpha: 1.0)