HSL(50, 99%, 79%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(50,99%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(50, 99%, 79%) | color: hsl(50, 99%, 79%) | |
| HEX | #FEED94 | color: #FEED94 | |
| RGB | rgb(254, 237, 148) | color: rgb(254, 237, 148) | |
| CMYK | cmyk(0%, 7%, 42%, 0%) | — | |
| HSV | hsv(50, 42%, 100%) | — | |
| HWB | hwb(50 58% 0%) | color: hwb(50 58% 0%) | |
| OKLCH | oklch(0.9406 0.111 98.75) | color: oklch(0.9406 0.111 98.75) | |
| Lab | lab(93.35 -6.25 45.12) | color: lab(93.35 -6.25 45.12) | |
| LCH | lch(93.35 45.55 97.89) | color: lch(93.35 45.55 97.89) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#F7F6AA — rgb(247, 246, 170)
Deuteranopia (Green-blind)
#F8F9AF — rgb(248, 249, 175)
Tritanopia (Blue-blind)
#FDBBBE — rgb(253, 187, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(50, 99%, 79%);
text
color: hsl(50, 99%, 79%);
border
border: 2px solid hsl(50, 99%, 79%);
gradient light
background: linear-gradient(to right, hsl(50, 99%, 99%), hsl(50, 99%, 79%));
gradient dark
background: linear-gradient(to right, hsl(50, 99%, 79%), hsl(50, 99%, 59%))
hex
background-color: #FEED94;
tailwind
bg-[hsl(50,99%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(50, 99%, 79%, 0.4);
css variable
--color-primary: hsl(50, 99%, 79%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(50, 99%, 79%)?
HEX: #FEED94 | RGB: rgb(254, 237, 148) | CMYK: 0%, 7%, 42%, 0% | HSV: 50°, 42%, 100%. Copy any format from the conversion table above.
What colors go well with #FEED94?
The complementary color is HSL(230, 99%, 79%). For a triadic harmony, use hues 50°, 170°, and 290°. For analogous combinations, try hues 20° and 80°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(50, 99%, 79%) in CSS?
As HSL: color: hsl(50, 99%, 79%); — As HEX: color: #FEED94; — As RGB: color: rgb(254, 237, 148); — Tailwind CSS: bg-[hsl(50,99%,79%)] — CSS variable: --color-primary: hsl(50, 99%, 79%);