HSL(15, 80%, 51%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(15,80%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 80%, 51%) | color: hsl(15, 80%, 51%) | |
| HEX | #E6501E | color: #E6501E | |
| RGB | rgb(230, 80, 30) | color: rgb(230, 80, 30) | |
| CMYK | cmyk(0%, 65%, 87%, 10%) | — | |
| HSV | hsv(15, 87%, 90%) | — | |
| HWB | hwb(15 12% 10%) | color: hwb(15 12% 10%) | |
| OKLCH | oklch(0.6309 0.1948 37.14) | color: oklch(0.6309 0.1948 37.14) | |
| Lab | lab(54.72 56.06 57.03) | color: lab(54.72 56.06 57.03) | |
| LCH | lch(54.72 79.97 45.49) | color: lch(54.72 79.97 45.49) |
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)
#A5A42A — rgb(165, 164, 42)
Deuteranopia (Green-blind)
#AEB92D — rgb(174, 185, 45)
Tritanopia (Blue-blind)
#DF3436 — rgb(223, 52, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 80%, 51%);
text
color: hsl(15, 80%, 51%);
border
border: 2px solid hsl(15, 80%, 51%);
gradient light
background: linear-gradient(to right, hsl(15, 80%, 71%), hsl(15, 80%, 51%));
gradient dark
background: linear-gradient(to right, hsl(15, 80%, 51%), hsl(15, 80%, 31%))
hex
background-color: #E6501E;
tailwind
bg-[hsl(15,80%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 80%, 51%, 0.4);
css variable
--color-primary: hsl(15, 80%, 51%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 80%, 51%)?
HEX: #E6501E | RGB: rgb(230, 80, 30) | CMYK: 0%, 65%, 87%, 10% | HSV: 15°, 87%, 90%. Copy any format from the conversion table above.
What colors go well with #E6501E?
The complementary color is HSL(195, 80%, 51%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 80%, 51%) in CSS?
As HSL: color: hsl(15, 80%, 51%); — As HEX: color: #E6501E; — As RGB: color: rgb(230, 80, 30); — Tailwind CSS: bg-[hsl(15,80%,51%)] — CSS variable: --color-primary: hsl(15, 80%, 51%);