HSL(26, 20%, 29%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,20%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 20%, 29%) | color: hsl(26, 20%, 29%) | |
| HEX | #59483B | color: #59483B | |
| RGB | rgb(89, 72, 59) | color: rgb(89, 72, 59) | |
| CMYK | cmyk(0%, 19%, 34%, 65%) | — | |
| HSV | hsv(26, 34%, 35%) | — | |
| HWB | hwb(26 23% 65%) | color: hwb(26 23% 65%) | |
| OKLCH | oklch(0.4155 0.0312 59.17) | color: oklch(0.4155 0.0312 59.17) | |
| Lab | lab(31.98 5.03 10.52) | color: lab(31.98 5.03 10.52) | |
| LCH | lch(31.98 11.66 64.45) | color: lch(31.98 11.66 64.45) |
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)
#52513E — rgb(82, 81, 62)
Deuteranopia (Green-blind)
#53543F — rgb(83, 84, 63)
Tritanopia (Blue-blind)
#584141 — rgb(88, 65, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 20%, 29%);
text
color: hsl(26, 20%, 29%);
border
border: 2px solid hsl(26, 20%, 29%);
gradient light
background: linear-gradient(to right, hsl(26, 20%, 49%), hsl(26, 20%, 29%));
gradient dark
background: linear-gradient(to right, hsl(26, 20%, 29%), hsl(26, 20%, 9%))
hex
background-color: #59483B;
tailwind
bg-[hsl(26,20%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 20%, 29%, 0.4);
css variable
--color-primary: hsl(26, 20%, 29%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 20%, 29%)?
HEX: #59483B | RGB: rgb(89, 72, 59) | CMYK: 0%, 19%, 34%, 65% | HSV: 26°, 34%, 35%. Copy any format from the conversion table above.
What colors go well with #59483B?
The complementary color is HSL(206, 20%, 29%). 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, 20%, 29%) in CSS?
As HSL: color: hsl(26, 20%, 29%); — As HEX: color: #59483B; — As RGB: color: rgb(89, 72, 59); — Tailwind CSS: bg-[hsl(26,20%,29%)] — CSS variable: --color-primary: hsl(26, 20%, 29%);