HSL(41, 99%, 45%)
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,99%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 99%, 45%) | color: hsl(41, 99%, 45%) | |
| HEX | #E49C01 | color: #E49C01 | |
| RGB | rgb(228, 156, 1) | color: rgb(228, 156, 1) | |
| CMYK | cmyk(0%, 32%, 100%, 11%) | — | |
| HSV | hsv(41, 100%, 89%) | — | |
| HWB | hwb(41 0% 11%) | color: hwb(41 0% 11%) | |
| OKLCH | oklch(0.7448 0.1564 75.82) | color: oklch(0.7448 0.1564 75.82) | |
| Lab | lab(69.67 17.22 73.81) | color: lab(69.67 17.22 73.81) | |
| LCH | lch(69.67 75.79 76.87) | color: lch(69.67 75.79 76.87) |
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)
#C5C427 — rgb(197, 196, 39)
Deuteranopia (Green-blind)
#C9CE30 — rgb(201, 206, 48)
Tritanopia (Blue-blind)
#E0444B — rgb(224, 68, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 99%, 45%);
text
color: hsl(41, 99%, 45%);
border
border: 2px solid hsl(41, 99%, 45%);
gradient light
background: linear-gradient(to right, hsl(41, 99%, 65%), hsl(41, 99%, 45%));
gradient dark
background: linear-gradient(to right, hsl(41, 99%, 45%), hsl(41, 99%, 25%))
hex
background-color: #E49C01;
tailwind
bg-[hsl(41,99%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 99%, 45%, 0.4);
css variable
--color-primary: hsl(41, 99%, 45%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 99%, 45%)?
HEX: #E49C01 | RGB: rgb(228, 156, 1) | CMYK: 0%, 32%, 100%, 11% | HSV: 41°, 100%, 89%. Copy any format from the conversion table above.
What colors go well with #E49C01?
The complementary color is HSL(221, 99%, 45%). 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, 99%, 45%) in CSS?
As HSL: color: hsl(41, 99%, 45%); — As HEX: color: #E49C01; — As RGB: color: rgb(228, 156, 1); — Tailwind CSS: bg-[hsl(41,99%,45%)] — CSS variable: --color-primary: hsl(41, 99%, 45%);