HSL(26, 80%, 31%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,80%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 80%, 31%) | color: hsl(26, 80%, 31%) | |
| HEX | #8E4710 | color: #8E4710 | |
| RGB | rgb(142, 71, 16) | color: rgb(142, 71, 16) | |
| CMYK | cmyk(0%, 50%, 89%, 44%) | — | |
| HSV | hsv(26, 89%, 56%) | — | |
| HWB | hwb(26 6% 44%) | color: hwb(26 6% 44%) | |
| OKLCH | oklch(0.4786 0.1147 52.05) | color: oklch(0.4786 0.1147 52.05) | |
| Lab | lab(38.37 26.55 43.11) | color: lab(38.37 26.55 43.11) | |
| LCH | lch(38.37 50.63 58.37) | color: lch(38.37 50.63 58.37) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6F6F1D — rgb(111, 111, 29)
Deuteranopia (Green-blind)
#737921 — rgb(115, 121, 33)
Tritanopia (Blue-blind)
#8A282A — rgb(138, 40, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 80%, 31%);
text
color: hsl(26, 80%, 31%);
border
border: 2px solid hsl(26, 80%, 31%);
gradient light
background: linear-gradient(to right, hsl(26, 80%, 51%), hsl(26, 80%, 31%));
gradient dark
background: linear-gradient(to right, hsl(26, 80%, 31%), hsl(26, 80%, 11%))
hex
background-color: #8E4710;
tailwind
bg-[hsl(26,80%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 80%, 31%, 0.4);
css variable
--color-primary: hsl(26, 80%, 31%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 80%, 31%)?
HEX: #8E4710 | RGB: rgb(142, 71, 16) | CMYK: 0%, 50%, 89%, 44% | HSV: 26°, 89%, 56%. Copy any format from the conversion table above.
What colors go well with #8E4710?
The complementary color is HSL(206, 80%, 31%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(26, 80%, 31%) in CSS?
As HSL: color: hsl(26, 80%, 31%); — As HEX: color: #8E4710; — As RGB: color: rgb(142, 71, 16); — Tailwind CSS: bg-[hsl(26,80%,31%)] — CSS variable: --color-primary: hsl(26, 80%, 31%);