HSL(26, 52%, 23%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,52%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 52%, 23%) | color: hsl(26, 52%, 23%) | |
| HEX | #59371C | color: #59371C | |
| RGB | rgb(89, 55, 28) | color: rgb(89, 55, 28) | |
| CMYK | cmyk(0%, 38%, 69%, 65%) | — | |
| HSV | hsv(27, 69%, 35%) | — | |
| HWB | hwb(27 11% 65%) | color: hwb(27 11% 65%) | |
| OKLCH | oklch(0.3715 0.0631 57.59) | color: oklch(0.3715 0.0631 57.59) | |
| Lab | lab(26.56 12.2 22.9) | color: lab(26.56 12.2 22.9) | |
| LCH | lch(26.56 25.95 61.95) | color: lch(26.56 25.95 61.95) |
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)
#4A4A23 — rgb(74, 74, 35)
Deuteranopia (Green-blind)
#4C4F24 — rgb(76, 79, 36)
Tritanopia (Blue-blind)
#572829 — rgb(87, 40, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 52%, 23%);
text
color: hsl(26, 52%, 23%);
border
border: 2px solid hsl(26, 52%, 23%);
gradient light
background: linear-gradient(to right, hsl(26, 52%, 43%), hsl(26, 52%, 23%));
gradient dark
background: linear-gradient(to right, hsl(26, 52%, 23%), hsl(26, 52%, 3%))
hex
background-color: #59371C;
tailwind
bg-[hsl(26,52%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 52%, 23%, 0.4);
css variable
--color-primary: hsl(26, 52%, 23%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 52%, 23%)?
HEX: #59371C | RGB: rgb(89, 55, 28) | CMYK: 0%, 38%, 69%, 65% | HSV: 27°, 69%, 35%. Copy any format from the conversion table above.
What colors go well with #59371C?
The complementary color is HSL(206, 52%, 23%). 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, 52%, 23%) in CSS?
As HSL: color: hsl(26, 52%, 23%); — As HEX: color: #59371C; — As RGB: color: rgb(89, 55, 28); — Tailwind CSS: bg-[hsl(26,52%,23%)] — CSS variable: --color-primary: hsl(26, 52%, 23%);