Pastel Yellow
#fdfd96
Pastel Yellow is a color with the hex code #fdfd96. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fdfd96 | |
|---|---|---|
| RGB | rgb(253, 253, 150) | |
| HSL | hsl(60, 96%, 79%) | |
| CMYK | cmyk(0%, 0%, 41%, 1%) | |
| LAB | lab(98, -11, 49) | |
| OKLCH | oklch(0.97 0.126 109) |
Color harmonies
Tints & shades
Code snippets
color: #fdfd96;
background-color: #fdfd96;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDFD96)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.99, blue: 0.59, alpha: 1.0)