HSL(56, 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(56,91%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(56, 91%, 50%) | color: hsl(56, 91%, 50%) | |
| HEX | #F4E40B | color: #F4E40B | |
| RGB | rgb(244, 228, 11) | color: rgb(244, 228, 11) | |
| CMYK | cmyk(0%, 7%, 95%, 4%) | — | |
| HSV | hsv(56, 95%, 96%) | — | |
| HWB | hwb(56 5% 4%) | color: hwb(56 5% 4%) | |
| OKLCH | oklch(0.9031 0.1898 104.38) | color: oklch(0.9031 0.1898 104.38) | |
| Lab | lab(89.27 -12.99 87.48) | color: lab(89.27 -12.99 87.48) | |
| LCH | lch(89.27 88.44 98.45) | color: lch(89.27 88.44 98.45) |
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)
#EDED40 — rgb(237, 237, 64)
Deuteranopia (Green-blind)
#EEEF4C — rgb(238, 239, 76)
Tritanopia (Blue-blind)
#F36972 — rgb(243, 105, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(56, 91%, 50%);
text
color: hsl(56, 91%, 50%);
border
border: 2px solid hsl(56, 91%, 50%);
gradient light
background: linear-gradient(to right, hsl(56, 91%, 70%), hsl(56, 91%, 50%));
gradient dark
background: linear-gradient(to right, hsl(56, 91%, 50%), hsl(56, 91%, 30%))
hex
background-color: #F4E40B;
tailwind
bg-[hsl(56,91%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(56, 91%, 50%, 0.4);
css variable
--color-primary: hsl(56, 91%, 50%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(56, 91%, 50%)?
HEX: #F4E40B | RGB: rgb(244, 228, 11) | CMYK: 0%, 7%, 95%, 4% | HSV: 56°, 95%, 96%. Copy any format from the conversion table above.
What colors go well with #F4E40B?
The complementary color is HSL(236, 91%, 50%). For a triadic harmony, use hues 56°, 176°, and 296°. For analogous combinations, try hues 26° and 86°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(56, 91%, 50%) in CSS?
As HSL: color: hsl(56, 91%, 50%); — As HEX: color: #F4E40B; — As RGB: color: rgb(244, 228, 11); — Tailwind CSS: bg-[hsl(56,91%,50%)] — CSS variable: --color-primary: hsl(56, 91%, 50%);