HSL(47, 90%, 59%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,90%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 90%, 59%) | color: hsl(47, 90%, 59%) | |
| HEX | #F5CC38 | color: #F5CC38 | |
| RGB | rgb(245, 204, 56) | color: rgb(245, 204, 56) | |
| CMYK | cmyk(0%, 17%, 77%, 4%) | — | |
| HSV | hsv(47, 77%, 96%) | — | |
| HWB | hwb(47 22% 4%) | color: hwb(47 22% 4%) | |
| OKLCH | oklch(0.857 0.1603 92.45) | color: oklch(0.857 0.1603 92.45) | |
| Lab | lab(83.38 0.46 73.58) | color: lab(83.38 0.46 73.58) | |
| LCH | lch(83.38 73.58 89.64) | color: lch(83.38 73.58 89.64) |
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)
#E3E35C — rgb(227, 227, 92)
Deuteranopia (Green-blind)
#E6E964 — rgb(230, 233, 100)
Tritanopia (Blue-blind)
#F3787E — rgb(243, 120, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 90%, 59%);
text
color: hsl(47, 90%, 59%);
border
border: 2px solid hsl(47, 90%, 59%);
gradient light
background: linear-gradient(to right, hsl(47, 90%, 79%), hsl(47, 90%, 59%));
gradient dark
background: linear-gradient(to right, hsl(47, 90%, 59%), hsl(47, 90%, 39%))
hex
background-color: #F5CC38;
tailwind
bg-[hsl(47,90%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 90%, 59%, 0.4);
css variable
--color-primary: hsl(47, 90%, 59%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 90%, 59%)?
HEX: #F5CC38 | RGB: rgb(245, 204, 56) | CMYK: 0%, 17%, 77%, 4% | HSV: 47°, 77%, 96%. Copy any format from the conversion table above.
What colors go well with #F5CC38?
The complementary color is HSL(227, 90%, 59%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 90%, 59%) in CSS?
As HSL: color: hsl(47, 90%, 59%); — As HEX: color: #F5CC38; — As RGB: color: rgb(245, 204, 56); — Tailwind CSS: bg-[hsl(47,90%,59%)] — CSS variable: --color-primary: hsl(47, 90%, 59%);