Parchment
#fefcaf
Parchment is a color with the hex code #fefcaf. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fefcaf | |
|---|---|---|
| RGB | rgb(254, 252, 175) | |
| HSL | hsl(58, 98%, 84%) | |
| CMYK | cmyk(0%, 1%, 31%, 0%) | |
| LAB | lab(98, -8, 37) | |
| OKLCH | oklch(0.98 0.097 107) |
Color harmonies
Tints & shades
Code snippets
color: #fefcaf;
background-color: #fefcaf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEFCAF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.99, blue: 0.69, alpha: 1.0)