HSL(39, 55%, 23%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,55%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 55%, 23%) | color: hsl(39, 55%, 23%) | |
| HEX | #5B441A | color: #5B441A | |
| RGB | rgb(91, 68, 26) | color: rgb(91, 68, 26) | |
| CMYK | cmyk(0%, 25%, 71%, 64%) | — | |
| HSV | hsv(39, 71%, 36%) | — | |
| HWB | hwb(39 10% 64%) | color: hwb(39 10% 64%) | |
| OKLCH | oklch(0.4025 0.066 79.91) | color: oklch(0.4025 0.066 79.91) | |
| Lab | lab(30.48 4.84 28.51) | color: lab(30.48 4.84 28.51) | |
| LCH | lch(30.48 28.92 80.37) | color: lch(30.48 28.92 80.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)
#515124 — rgb(81, 81, 36)
Deuteranopia (Green-blind)
#525427 — rgb(82, 84, 39)
Tritanopia (Blue-blind)
#5A2C2E — rgb(90, 44, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 55%, 23%);
text
color: hsl(39, 55%, 23%);
border
border: 2px solid hsl(39, 55%, 23%);
gradient light
background: linear-gradient(to right, hsl(39, 55%, 43%), hsl(39, 55%, 23%));
gradient dark
background: linear-gradient(to right, hsl(39, 55%, 23%), hsl(39, 55%, 3%))
hex
background-color: #5B441A;
tailwind
bg-[hsl(39,55%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 55%, 23%, 0.4);
css variable
--color-primary: hsl(39, 55%, 23%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 55%, 23%)?
HEX: #5B441A | RGB: rgb(91, 68, 26) | CMYK: 0%, 25%, 71%, 64% | HSV: 39°, 71%, 36%. Copy any format from the conversion table above.
What colors go well with #5B441A?
The complementary color is HSL(219, 55%, 23%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 55%, 23%) in CSS?
As HSL: color: hsl(39, 55%, 23%); — As HEX: color: #5B441A; — As RGB: color: rgb(91, 68, 26); — Tailwind CSS: bg-[hsl(39,55%,23%)] — CSS variable: --color-primary: hsl(39, 55%, 23%);