What color is Pastel Yellow?
Pastel yellow is a soft, pale yellow with a warm, creamy tone, hex #FFEE8C, lighter and more muted than a sunflower petal. The color has a gentle glow without feeling bright or sharp, sitting close to the yellow of fresh butter.
What is the meaning of the color Pastel Yellow?
Pale yellow dyes appeared in European textile trade as early as the 16th century, produced from weld, a plant grown across France and England for its light golden hue. Pastel as a color category gained formal recognition in the 18th century, when soft tints became fashionable in French decorative arts under the reign of Louis XV. The Rococo period adopted these light, airy tones for interior fabrics, painted furniture, and porcelain, connecting pale yellow to refinement and delicacy. Pantone formalized pastel yellow as a seasonal palette color in the 20th century, anchoring it to spring fashion cycles in retail and print.
What colors go with Pastel Yellow?
Colors that pair well with Pastel yellow include:
Soft lavender: gentle complementary contrast
Mint green: fresh, light balance
White: clean, airy softness
Dusty rose: warm tonal harmony
Light grey: quiet, grounding neutral
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFEE8C |
color: #FFEE8C;
|
| RGB | 255, 238, 140 |
color: rgb(255, 238, 140);
|
| RGB Percentage | 100%, 93%, 55% |
color: rgb(100%, 93%, 55%);
|
| CMYK | 0%, 7%, 45%, 0% | Not supported in CSS |
| HSL | 51°, 100%, 77% |
color: hsl(51, 100%, 77%);
|
| HSV | 51°, 45%, 100% | Not supported in CSS |
| CIE-LAB | 62, 3, 33 |
color: lab(62% 3 33);
|
| Decimal | 16772748 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.pastel-yellow {
color: #FFEE8C;
}
$pastel-yellow: #FFEE8C;
rgb(255, 238, 140)