HSL(41, 91%, 47%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,91%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 91%, 47%) | color: hsl(41, 91%, 47%) | |
| HEX | #E5A00B | color: #E5A00B | |
| RGB | rgb(229, 160, 11) | color: rgb(229, 160, 11) | |
| CMYK | cmyk(0%, 30%, 95%, 10%) | — | |
| HSV | hsv(41, 95%, 90%) | — | |
| HWB | hwb(41 5% 10%) | color: hwb(41 5% 10%) | |
| OKLCH | oklch(0.7536 0.1557 77.37) | color: oklch(0.7536 0.1557 77.37) | |
| Lab | lab(70.75 15.62 73.37) | color: lab(70.75 15.62 73.37) | |
| LCH | lch(70.75 75.01 77.98) | color: lch(70.75 75.01 77.98) |
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)
#C7C72F — rgb(199, 199, 47)
Deuteranopia (Green-blind)
#CBD038 — rgb(203, 208, 56)
Tritanopia (Blue-blind)
#E24C52 — rgb(226, 76, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 91%, 47%);
text
color: hsl(41, 91%, 47%);
border
border: 2px solid hsl(41, 91%, 47%);
gradient light
background: linear-gradient(to right, hsl(41, 91%, 67%), hsl(41, 91%, 47%));
gradient dark
background: linear-gradient(to right, hsl(41, 91%, 47%), hsl(41, 91%, 27%))
hex
background-color: #E5A00B;
tailwind
bg-[hsl(41,91%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 91%, 47%, 0.4);
css variable
--color-primary: hsl(41, 91%, 47%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 91%, 47%)?
HEX: #E5A00B | RGB: rgb(229, 160, 11) | CMYK: 0%, 30%, 95%, 10% | HSV: 41°, 95%, 90%. Copy any format from the conversion table above.
What colors go well with #E5A00B?
The complementary color is HSL(221, 91%, 47%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 91%, 47%) in CSS?
As HSL: color: hsl(41, 91%, 47%); — As HEX: color: #E5A00B; — As RGB: color: rgb(229, 160, 11); — Tailwind CSS: bg-[hsl(41,91%,47%)] — CSS variable: --color-primary: hsl(41, 91%, 47%);