HSL(49, 100%, 66%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,100%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 100%, 66%) | color: hsl(49, 100%, 66%) | |
| HEX | #FFDF52 | color: #FFDF52 | |
| RGB | rgb(255, 223, 82) | color: rgb(255, 223, 82) | |
| CMYK | cmyk(0%, 13%, 68%, 0%) | — | |
| HSV | hsv(49, 68%, 100%) | — | |
| HWB | hwb(49 32% 0%) | color: hwb(49 32% 0%) | |
| OKLCH | oklch(0.9059 0.1582 96.18) | color: oklch(0.9059 0.1582 96.18) | |
| Lab | lab(89.23 -3.86 70.16) | color: lab(89.23 -3.86 70.16) | |
| LCH | lch(89.23 70.27 93.15) | color: lch(89.23 70.27 93.15) |
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)
#F1F174 — rgb(241, 241, 116)
Deuteranopia (Green-blind)
#F3F57C — rgb(243, 245, 124)
Tritanopia (Blue-blind)
#FD8F95 — rgb(253, 143, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 100%, 66%);
text
color: hsl(49, 100%, 66%);
border
border: 2px solid hsl(49, 100%, 66%);
gradient light
background: linear-gradient(to right, hsl(49, 100%, 86%), hsl(49, 100%, 66%));
gradient dark
background: linear-gradient(to right, hsl(49, 100%, 66%), hsl(49, 100%, 46%))
hex
background-color: #FFDF52;
tailwind
bg-[hsl(49,100%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 100%, 66%, 0.4);
css variable
--color-primary: hsl(49, 100%, 66%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 100%, 66%)?
HEX: #FFDF52 | RGB: rgb(255, 223, 82) | CMYK: 0%, 13%, 68%, 0% | HSV: 49°, 68%, 100%. Copy any format from the conversion table above.
What colors go well with #FFDF52?
The complementary color is HSL(229, 100%, 66%). 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, 100%, 66%) in CSS?
As HSL: color: hsl(49, 100%, 66%); — As HEX: color: #FFDF52; — As RGB: color: rgb(255, 223, 82); — Tailwind CSS: bg-[hsl(49,100%,66%)] — CSS variable: --color-primary: hsl(49, 100%, 66%);