HSL(31, 83%, 49%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,83%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 83%, 49%) | color: hsl(31, 83%, 49%) | |
| HEX | #E58015 | color: #E58015 | |
| RGB | rgb(229, 128, 21) | color: rgb(229, 128, 21) | |
| CMYK | cmyk(0%, 44%, 91%, 10%) | — | |
| HSV | hsv(31, 91%, 90%) | — | |
| HWB | hwb(31 8% 10%) | color: hwb(31 8% 10%) | |
| OKLCH | oklch(0.6972 0.1608 58.44) | color: oklch(0.6972 0.1608 58.44) | |
| Lab | lab(63.47 32.68 66.36) | color: lab(63.47 32.68 66.36) | |
| LCH | lch(63.47 73.97 63.78) | color: lch(63.47 73.97 63.78) |
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)
#B9B82F — rgb(185, 184, 47)
Deuteranopia (Green-blind)
#BFC735 — rgb(191, 199, 53)
Tritanopia (Blue-blind)
#E04348 — rgb(224, 67, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 83%, 49%);
text
color: hsl(31, 83%, 49%);
border
border: 2px solid hsl(31, 83%, 49%);
gradient light
background: linear-gradient(to right, hsl(31, 83%, 69%), hsl(31, 83%, 49%));
gradient dark
background: linear-gradient(to right, hsl(31, 83%, 49%), hsl(31, 83%, 29%))
hex
background-color: #E58015;
tailwind
bg-[hsl(31,83%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 83%, 49%, 0.4);
css variable
--color-primary: hsl(31, 83%, 49%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 83%, 49%)?
HEX: #E58015 | RGB: rgb(229, 128, 21) | CMYK: 0%, 44%, 91%, 10% | HSV: 31°, 91%, 90%. Copy any format from the conversion table above.
What colors go well with #E58015?
The complementary color is HSL(211, 83%, 49%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 83%, 49%) in CSS?
As HSL: color: hsl(31, 83%, 49%); — As HEX: color: #E58015; — As RGB: color: rgb(229, 128, 21); — Tailwind CSS: bg-[hsl(31,83%,49%)] — CSS variable: --color-primary: hsl(31, 83%, 49%);