HSL(49, 90%, 72%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,90%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 90%, 72%) | color: hsl(49, 90%, 72%) | |
| HEX | #F8E077 | color: #F8E077 | |
| RGB | rgb(248, 224, 119) | color: rgb(248, 224, 119) | |
| CMYK | cmyk(0%, 10%, 52%, 3%) | — | |
| HSV | hsv(49, 52%, 97%) | — | |
| HWB | hwb(49 47% 3%) | color: hwb(49 47% 3%) | |
| OKLCH | oklch(0.9054 0.1281 96.74) | color: oklch(0.9054 0.1281 96.74) | |
| Lab | lab(89.21 -4.76 53.86) | color: lab(89.21 -4.76 53.86) | |
| LCH | lch(89.21 54.07 95.05) | color: lch(89.21 54.07 95.05) |
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)
#EEED90 — rgb(238, 237, 144)
Deuteranopia (Green-blind)
#EFF197 — rgb(239, 241, 151)
Tritanopia (Blue-blind)
#F7A4A9 — rgb(247, 164, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 90%, 72%);
text
color: hsl(49, 90%, 72%);
border
border: 2px solid hsl(49, 90%, 72%);
gradient light
background: linear-gradient(to right, hsl(49, 90%, 92%), hsl(49, 90%, 72%));
gradient dark
background: linear-gradient(to right, hsl(49, 90%, 72%), hsl(49, 90%, 52%))
hex
background-color: #F8E077;
tailwind
bg-[hsl(49,90%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 90%, 72%, 0.4);
css variable
--color-primary: hsl(49, 90%, 72%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 90%, 72%)?
HEX: #F8E077 | RGB: rgb(248, 224, 119) | CMYK: 0%, 10%, 52%, 3% | HSV: 49°, 52%, 97%. Copy any format from the conversion table above.
What colors go well with #F8E077?
The complementary color is HSL(229, 90%, 72%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 90%, 72%) in CSS?
As HSL: color: hsl(49, 90%, 72%); — As HEX: color: #F8E077; — As RGB: color: rgb(248, 224, 119); — Tailwind CSS: bg-[hsl(49,90%,72%)] — CSS variable: --color-primary: hsl(49, 90%, 72%);