HSL(36, 80%, 54%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,80%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 80%, 54%) | color: hsl(36, 80%, 54%) | |
| HEX | #E89C2C | color: #E89C2C | |
| RGB | rgb(232, 156, 44) | color: rgb(232, 156, 44) | |
| CMYK | cmyk(0%, 33%, 81%, 9%) | — | |
| HSV | hsv(36, 81%, 91%) | — | |
| HWB | hwb(36 17% 9%) | color: hwb(36 17% 9%) | |
| OKLCH | oklch(0.7508 0.1482 71.09) | color: oklch(0.7508 0.1482 71.09) | |
| Lab | lab(70.26 19.69 65.25) | color: lab(70.26 19.69 65.25) | |
| LCH | lch(70.26 68.16 73.21) | color: lch(70.26 68.16 73.21) |
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)
#C7C647 — rgb(199, 198, 71)
Deuteranopia (Green-blind)
#CCD14E — rgb(204, 209, 78)
Tritanopia (Blue-blind)
#E45C61 — rgb(228, 92, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 80%, 54%);
text
color: hsl(36, 80%, 54%);
border
border: 2px solid hsl(36, 80%, 54%);
gradient light
background: linear-gradient(to right, hsl(36, 80%, 74%), hsl(36, 80%, 54%));
gradient dark
background: linear-gradient(to right, hsl(36, 80%, 54%), hsl(36, 80%, 34%))
hex
background-color: #E89C2C;
tailwind
bg-[hsl(36,80%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 80%, 54%, 0.4);
css variable
--color-primary: hsl(36, 80%, 54%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 80%, 54%)?
HEX: #E89C2C | RGB: rgb(232, 156, 44) | CMYK: 0%, 33%, 81%, 9% | HSV: 36°, 81%, 91%. Copy any format from the conversion table above.
What colors go well with #E89C2C?
The complementary color is HSL(216, 80%, 54%). 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, 80%, 54%) in CSS?
As HSL: color: hsl(36, 80%, 54%); — As HEX: color: #E89C2C; — As RGB: color: rgb(232, 156, 44); — Tailwind CSS: bg-[hsl(36,80%,54%)] — CSS variable: --color-primary: hsl(36, 80%, 54%);