HSL(26, 97%, 16%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,97%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 97%, 16%) | color: hsl(26, 97%, 16%) | |
| HEX | #502401 | color: #502401 | |
| RGB | rgb(80, 36, 1) | color: rgb(80, 36, 1) | |
| CMYK | cmyk(0%, 55%, 99%, 69%) | — | |
| HSV | hsv(27, 99%, 31%) | — | |
| HWB | hwb(27 0% 69%) | color: hwb(27 0% 69%) | |
| OKLCH | oklch(0.3165 0.0793 52.87) | color: oklch(0.3165 0.0793 52.87) | |
| Lab | lab(19.92 18.28 28.71) | color: lab(19.92 18.28 28.71) | |
| LCH | lch(19.92 34.04 57.51) | color: lch(19.92 34.04 57.51) |
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)
#3D3D09 — rgb(61, 61, 9)
Deuteranopia (Green-blind)
#40430C — rgb(64, 67, 12)
Tritanopia (Blue-blind)
#4E1012 — rgb(78, 16, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 97%, 16%);
text
color: hsl(26, 97%, 16%);
border
border: 2px solid hsl(26, 97%, 16%);
gradient light
background: linear-gradient(to right, hsl(26, 97%, 36%), hsl(26, 97%, 16%));
gradient dark
background: linear-gradient(to right, hsl(26, 97%, 16%), hsl(26, 97%, 0%))
hex
background-color: #502401;
tailwind
bg-[hsl(26,97%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 97%, 16%, 0.4);
css variable
--color-primary: hsl(26, 97%, 16%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 97%, 16%)?
HEX: #502401 | RGB: rgb(80, 36, 1) | CMYK: 0%, 55%, 99%, 69% | HSV: 27°, 99%, 31%. Copy any format from the conversion table above.
What colors go well with #502401?
The complementary color is HSL(206, 97%, 16%). 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, 97%, 16%) in CSS?
As HSL: color: hsl(26, 97%, 16%); — As HEX: color: #502401; — As RGB: color: rgb(80, 36, 1); — Tailwind CSS: bg-[hsl(26,97%,16%)] — CSS variable: --color-primary: hsl(26, 97%, 16%);