HSL(33, 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(33,99%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 99%, 45%) | color: hsl(33, 99%, 45%) | |
| HEX | #E47E01 | color: #E47E01 | |
| RGB | rgb(228, 126, 1) | color: rgb(228, 126, 1) | |
| CMYK | cmyk(0%, 45%, 100%, 11%) | — | |
| HSV | hsv(33, 100%, 89%) | — | |
| HWB | hwb(33 0% 11%) | color: hwb(33 0% 11%) | |
| OKLCH | oklch(0.6921 0.1637 58.98) | color: oklch(0.6921 0.1637 58.98) | |
| Lab | lab(62.86 33.09 69.4) | color: lab(62.86 33.09 69.4) | |
| LCH | lch(62.86 76.89 64.51) | color: lch(62.86 76.89 64.51) |
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)
#B8B71F — rgb(184, 183, 31)
Deuteranopia (Green-blind)
#BEC527 — rgb(190, 197, 39)
Tritanopia (Blue-blind)
#DF373C — rgb(223, 55, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 99%, 45%);
text
color: hsl(33, 99%, 45%);
border
border: 2px solid hsl(33, 99%, 45%);
gradient light
background: linear-gradient(to right, hsl(33, 99%, 65%), hsl(33, 99%, 45%));
gradient dark
background: linear-gradient(to right, hsl(33, 99%, 45%), hsl(33, 99%, 25%))
hex
background-color: #E47E01;
tailwind
bg-[hsl(33,99%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 99%, 45%, 0.4);
css variable
--color-primary: hsl(33, 99%, 45%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 99%, 45%)?
HEX: #E47E01 | RGB: rgb(228, 126, 1) | CMYK: 0%, 45%, 100%, 11% | HSV: 33°, 100%, 89%. Copy any format from the conversion table above.
What colors go well with #E47E01?
The complementary color is HSL(213, 99%, 45%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 99%, 45%) in CSS?
As HSL: color: hsl(33, 99%, 45%); — As HEX: color: #E47E01; — As RGB: color: rgb(228, 126, 1); — Tailwind CSS: bg-[hsl(33,99%,45%)] — CSS variable: --color-primary: hsl(33, 99%, 45%);