What color is Light Yellow?
Light yellow is a pale, soft yellow with a warm, almost creamy tone, hex #FFFFC5, close to the color of a chamomile flower. The shade has very little saturation, giving it a gentle, washed-out brightness rather than a sharp or vivid yellow.
What is the meaning of the color Light Yellow?
The name light yellow describes a tint of yellow, one of the oldest color terms in English, recorded as a basic color word before the 12th century. Yellow dyes from plants such as weld and saffron were used across medieval Europe, but pale yellow tints became especially fashionable in 18th-century French interior design, where soft, muted tones were applied to silk wallpapers and painted furniture. By the 20th century, pale yellow had become a common choice for nursery and hospital interiors, promoted by color psychology research at institutions including the Faber Birren Color Research Library, which associated the hue with calm and low stimulation. The shade is now associated with Pantone 600 C, a close match used in stationery and soft goods branding.
What colors go with Light Yellow?
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFFFC5 |
color: #FFFFC5;
|
| RGB | 255, 255, 197 |
color: rgb(255, 255, 197);
|
| RGB Percentage | 100%, 100%, 77% |
color: rgb(100%, 100%, 77%);
|
| CMYK | 0%, 0%, 23%, 0% | Not supported in CSS |
| HSL | 60°, 100%, 89% |
color: hsl(60, 100%, 89%);
|
| HSV | 60°, 23%, 100% | Not supported in CSS |
| CIE-LAB | 71, 0, 19 |
color: lab(71% 0 19);
|
| Decimal | 16777157 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.light-yellow {
color: #FFFFC5;
}
$light-yellow: #FFFFC5;
rgb(255, 255, 197)