HSL(36, 82%, 52%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,82%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 82%, 52%) | color: hsl(36, 82%, 52%) | |
| HEX | #E99920 | color: #E99920 | |
| RGB | rgb(233, 153, 32) | color: rgb(233, 153, 32) | |
| CMYK | cmyk(0%, 34%, 86%, 9%) | — | |
| HSV | hsv(36, 86%, 91%) | — | |
| HWB | hwb(36 13% 9%) | color: hwb(36 13% 9%) | |
| OKLCH | oklch(0.746 0.1534 70.28) | color: oklch(0.746 0.1534 70.28) | |
| Lab | lab(69.62 21.39 68.49) | color: lab(69.62 21.39 68.49) | |
| LCH | lch(69.62 71.75 72.66) | color: lch(69.62 71.75 72.66) |
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)
#C6C63D — rgb(198, 198, 61)
Deuteranopia (Green-blind)
#CBD144 — rgb(203, 209, 68)
Tritanopia (Blue-blind)
#E55459 — rgb(229, 84, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 82%, 52%);
text
color: hsl(36, 82%, 52%);
border
border: 2px solid hsl(36, 82%, 52%);
gradient light
background: linear-gradient(to right, hsl(36, 82%, 72%), hsl(36, 82%, 52%));
gradient dark
background: linear-gradient(to right, hsl(36, 82%, 52%), hsl(36, 82%, 32%))
hex
background-color: #E99920;
tailwind
bg-[hsl(36,82%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 82%, 52%, 0.4);
css variable
--color-primary: hsl(36, 82%, 52%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 82%, 52%)?
HEX: #E99920 | RGB: rgb(233, 153, 32) | CMYK: 0%, 34%, 86%, 9% | HSV: 36°, 86%, 91%. Copy any format from the conversion table above.
What colors go well with #E99920?
The complementary color is HSL(216, 82%, 52%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 82%, 52%) in CSS?
As HSL: color: hsl(36, 82%, 52%); — As HEX: color: #E99920; — As RGB: color: rgb(233, 153, 32); — Tailwind CSS: bg-[hsl(36,82%,52%)] — CSS variable: --color-primary: hsl(36, 82%, 52%);