HSL(50, 94%, 57%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(50,94%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(50, 94%, 57%) | color: hsl(50, 94%, 57%) | |
| HEX | #F8D62A | color: #F8D62A | |
| RGB | rgb(248, 214, 42) | color: rgb(248, 214, 42) | |
| CMYK | cmyk(0%, 14%, 83%, 3%) | — | |
| HSV | hsv(50, 83%, 97%) | — | |
| HWB | hwb(50 16% 3%) | color: hwb(50 16% 3%) | |
| OKLCH | oklch(0.8791 0.1726 96.72) | color: oklch(0.8791 0.1726 96.72) | |
| Lab | lab(86.12 -3.79 80.09) | color: lab(86.12 -3.79 80.09) | |
| LCH | lch(86.12 80.18 92.71) | color: lch(86.12 80.18 92.71) |
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)
#E9E954 — rgb(233, 233, 84)
Deuteranopia (Green-blind)
#EBEE5E — rgb(235, 238, 94)
Tritanopia (Blue-blind)
#F6747C — rgb(246, 116, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(50, 94%, 57%);
text
color: hsl(50, 94%, 57%);
border
border: 2px solid hsl(50, 94%, 57%);
gradient light
background: linear-gradient(to right, hsl(50, 94%, 77%), hsl(50, 94%, 57%));
gradient dark
background: linear-gradient(to right, hsl(50, 94%, 57%), hsl(50, 94%, 37%))
hex
background-color: #F8D62A;
tailwind
bg-[hsl(50,94%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(50, 94%, 57%, 0.4);
css variable
--color-primary: hsl(50, 94%, 57%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(50, 94%, 57%)?
HEX: #F8D62A | RGB: rgb(248, 214, 42) | CMYK: 0%, 14%, 83%, 3% | HSV: 50°, 83%, 97%. Copy any format from the conversion table above.
What colors go well with #F8D62A?
The complementary color is HSL(230, 94%, 57%). 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, 94%, 57%) in CSS?
As HSL: color: hsl(50, 94%, 57%); — As HEX: color: #F8D62A; — As RGB: color: rgb(248, 214, 42); — Tailwind CSS: bg-[hsl(50,94%,57%)] — CSS variable: --color-primary: hsl(50, 94%, 57%);