HSL(57, 91%, 50%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,91%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 91%, 50%) | color: hsl(57, 91%, 50%) | |
| HEX | #F4E80B | color: #F4E80B | |
| RGB | rgb(244, 232, 11) | color: rgb(244, 232, 11) | |
| CMYK | cmyk(0%, 5%, 95%, 4%) | — | |
| HSV | hsv(57, 95%, 96%) | — | |
| HWB | hwb(57 5% 4%) | color: hwb(57 5% 4%) | |
| OKLCH | oklch(0.9114 0.1929 105.81) | color: oklch(0.9114 0.1929 105.81) | |
| Lab | lab(90.31 -14.96 88.25) | color: lab(90.31 -14.96 88.25) | |
| LCH | lch(90.31 89.51 99.62) | color: lch(90.31 89.51 99.62) |
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)
#EFEF40 — rgb(239, 239, 64)
Deuteranopia (Green-blind)
#F0F04D — rgb(240, 240, 77)
Tritanopia (Blue-blind)
#F36B74 — rgb(243, 107, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 91%, 50%);
text
color: hsl(57, 91%, 50%);
border
border: 2px solid hsl(57, 91%, 50%);
gradient light
background: linear-gradient(to right, hsl(57, 91%, 70%), hsl(57, 91%, 50%));
gradient dark
background: linear-gradient(to right, hsl(57, 91%, 50%), hsl(57, 91%, 30%))
hex
background-color: #F4E80B;
tailwind
bg-[hsl(57,91%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 91%, 50%, 0.4);
css variable
--color-primary: hsl(57, 91%, 50%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 91%, 50%)?
HEX: #F4E80B | RGB: rgb(244, 232, 11) | CMYK: 0%, 5%, 95%, 4% | HSV: 57°, 95%, 96%. Copy any format from the conversion table above.
What colors go well with #F4E80B?
The complementary color is HSL(237, 91%, 50%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 91%, 50%) in CSS?
As HSL: color: hsl(57, 91%, 50%); — As HEX: color: #F4E80B; — As RGB: color: rgb(244, 232, 11); — Tailwind CSS: bg-[hsl(57,91%,50%)] — CSS variable: --color-primary: hsl(57, 91%, 50%);