HSL(46, 95%, 46%)
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,95%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 95%, 46%) | color: hsl(46, 95%, 46%) | |
| HEX | #E5B106 | color: #E5B106 | |
| RGB | rgb(229, 177, 6) | color: rgb(229, 177, 6) | |
| CMYK | cmyk(0%, 23%, 97%, 10%) | — | |
| HSV | hsv(46, 97%, 90%) | — | |
| HWB | hwb(46 3% 10%) | color: hwb(46 3% 10%) | |
| OKLCH | oklch(0.7861 0.1599 87.12) | color: oklch(0.7861 0.1599 87.12) | |
| Lab | lab(74.9 6.56 76.88) | color: lab(74.9 6.56 76.88) | |
| LCH | lch(74.9 77.16 85.12) | color: lch(74.9 77.16 85.12) |
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)
#CECE2F — rgb(206, 206, 47)
Deuteranopia (Green-blind)
#D2D539 — rgb(210, 213, 57)
Tritanopia (Blue-blind)
#E25057 — rgb(226, 80, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 95%, 46%);
text
color: hsl(46, 95%, 46%);
border
border: 2px solid hsl(46, 95%, 46%);
gradient light
background: linear-gradient(to right, hsl(46, 95%, 66%), hsl(46, 95%, 46%));
gradient dark
background: linear-gradient(to right, hsl(46, 95%, 46%), hsl(46, 95%, 26%))
hex
background-color: #E5B106;
tailwind
bg-[hsl(46,95%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 95%, 46%, 0.4);
css variable
--color-primary: hsl(46, 95%, 46%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 95%, 46%)?
HEX: #E5B106 | RGB: rgb(229, 177, 6) | CMYK: 0%, 23%, 97%, 10% | HSV: 46°, 97%, 90%. Copy any format from the conversion table above.
What colors go well with #E5B106?
The complementary color is HSL(226, 95%, 46%). 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, 95%, 46%) in CSS?
As HSL: color: hsl(46, 95%, 46%); — As HEX: color: #E5B106; — As RGB: color: rgb(229, 177, 6); — Tailwind CSS: bg-[hsl(46,95%,46%)] — CSS variable: --color-primary: hsl(46, 95%, 46%);