HSL(17, 83%, 48%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,83%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 83%, 48%) | color: hsl(17, 83%, 48%) | |
| HEX | #E04E15 | color: #E04E15 | |
| RGB | rgb(224, 78, 21) | color: rgb(224, 78, 21) | |
| CMYK | cmyk(0%, 65%, 91%, 12%) | — | |
| HSV | hsv(17, 91%, 88%) | — | |
| HWB | hwb(17 8% 12%) | color: hwb(17 8% 12%) | |
| OKLCH | oklch(0.6184 0.1918 38.31) | color: oklch(0.6184 0.1918 38.31) | |
| Lab | lab(53.34 54.69 58.73) | color: lab(53.34 54.69 58.73) | |
| LCH | lch(53.34 80.25 47.04) | color: lch(53.34 80.25 47.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)
#A19F23 — rgb(161, 159, 35)
Deuteranopia (Green-blind)
#A9B426 — rgb(169, 180, 38)
Tritanopia (Blue-blind)
#D92E30 — rgb(217, 46, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 83%, 48%);
text
color: hsl(17, 83%, 48%);
border
border: 2px solid hsl(17, 83%, 48%);
gradient light
background: linear-gradient(to right, hsl(17, 83%, 68%), hsl(17, 83%, 48%));
gradient dark
background: linear-gradient(to right, hsl(17, 83%, 48%), hsl(17, 83%, 28%))
hex
background-color: #E04E15;
tailwind
bg-[hsl(17,83%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 83%, 48%, 0.4);
css variable
--color-primary: hsl(17, 83%, 48%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 83%, 48%)?
HEX: #E04E15 | RGB: rgb(224, 78, 21) | CMYK: 0%, 65%, 91%, 12% | HSV: 17°, 91%, 88%. Copy any format from the conversion table above.
What colors go well with #E04E15?
The complementary color is HSL(197, 83%, 48%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 83%, 48%) in CSS?
As HSL: color: hsl(17, 83%, 48%); — As HEX: color: #E04E15; — As RGB: color: rgb(224, 78, 21); — Tailwind CSS: bg-[hsl(17,83%,48%)] — CSS variable: --color-primary: hsl(17, 83%, 48%);