HSL(46, 90%, 52%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,90%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 90%, 52%) | color: hsl(46, 90%, 52%) | |
| HEX | #F3BF16 | color: #F3BF16 | |
| RGB | rgb(243, 191, 22) | color: rgb(243, 191, 22) | |
| CMYK | cmyk(0%, 21%, 91%, 5%) | — | |
| HSV | hsv(46, 91%, 95%) | — | |
| HWB | hwb(46 9% 5%) | color: hwb(46 9% 5%) | |
| OKLCH | oklch(0.8282 0.1659 88.27) | color: oklch(0.8282 0.1659 88.27) | |
| Lab | lab(79.83 5.47 79.06) | color: lab(79.83 5.47 79.06) | |
| LCH | lch(79.83 79.25 86.04) | color: lch(79.83 79.25 86.04) |
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)
#DCDC3F — rgb(220, 220, 63)
Deuteranopia (Green-blind)
#E0E349 — rgb(224, 227, 73)
Tritanopia (Blue-blind)
#F05F66 — rgb(240, 95, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 90%, 52%);
text
color: hsl(46, 90%, 52%);
border
border: 2px solid hsl(46, 90%, 52%);
gradient light
background: linear-gradient(to right, hsl(46, 90%, 72%), hsl(46, 90%, 52%));
gradient dark
background: linear-gradient(to right, hsl(46, 90%, 52%), hsl(46, 90%, 32%))
hex
background-color: #F3BF16;
tailwind
bg-[hsl(46,90%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 90%, 52%, 0.4);
css variable
--color-primary: hsl(46, 90%, 52%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 90%, 52%)?
HEX: #F3BF16 | RGB: rgb(243, 191, 22) | CMYK: 0%, 21%, 91%, 5% | HSV: 46°, 91%, 95%. Copy any format from the conversion table above.
What colors go well with #F3BF16?
The complementary color is HSL(226, 90%, 52%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 90%, 52%) in CSS?
As HSL: color: hsl(46, 90%, 52%); — As HEX: color: #F3BF16; — As RGB: color: rgb(243, 191, 22); — Tailwind CSS: bg-[hsl(46,90%,52%)] — CSS variable: --color-primary: hsl(46, 90%, 52%);