Persian Melon
#ffdcbf
Persian Melon, represented by the hex value #ffdcbf, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffdcbf | |
|---|---|---|
| RGB | rgb(255, 220, 191) | |
| HSL | hsl(27, 100%, 87%) | |
| CMYK | cmyk(0%, 14%, 25%, 0%) | |
| LAB | lab(90, 9, 19) | |
| OKLCH | oklch(0.92 0.055 62) |
Color harmonies
Tints & shades
Code snippets
color: #ffdcbf;
background-color: #ffdcbf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFDCBF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.86, blue: 0.75, alpha: 1.0)