HSL(37, 93%, 28%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,93%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 93%, 28%) | color: hsl(37, 93%, 28%) | |
| HEX | #8A5705 | color: #8A5705 | |
| RGB | rgb(138, 87, 5) | color: rgb(138, 87, 5) | |
| CMYK | cmyk(0%, 37%, 96%, 46%) | — | |
| HSV | hsv(37, 96%, 54%) | — | |
| HWB | hwb(37 2% 46%) | color: hwb(37 2% 46%) | |
| OKLCH | oklch(0.502 0.107 69.88) | color: oklch(0.502 0.107 69.88) | |
| Lab | lab(41.58 15.34 48.6) | color: lab(41.58 15.34 48.6) | |
| LCH | lch(41.58 50.96 72.48) | color: lch(41.58 50.96 72.48) |
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)
#747319 — rgb(116, 115, 25)
Deuteranopia (Green-blind)
#777B1E — rgb(119, 123, 30)
Tritanopia (Blue-blind)
#87292C — rgb(135, 41, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 93%, 28%);
text
color: hsl(37, 93%, 28%);
border
border: 2px solid hsl(37, 93%, 28%);
gradient light
background: linear-gradient(to right, hsl(37, 93%, 48%), hsl(37, 93%, 28%));
gradient dark
background: linear-gradient(to right, hsl(37, 93%, 28%), hsl(37, 93%, 8%))
hex
background-color: #8A5705;
tailwind
bg-[hsl(37,93%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 93%, 28%, 0.4);
css variable
--color-primary: hsl(37, 93%, 28%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 93%, 28%)?
HEX: #8A5705 | RGB: rgb(138, 87, 5) | CMYK: 0%, 37%, 96%, 46% | HSV: 37°, 96%, 54%. Copy any format from the conversion table above.
What colors go well with #8A5705?
The complementary color is HSL(217, 93%, 28%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 93%, 28%) in CSS?
As HSL: color: hsl(37, 93%, 28%); — As HEX: color: #8A5705; — As RGB: color: rgb(138, 87, 5); — Tailwind CSS: bg-[hsl(37,93%,28%)] — CSS variable: --color-primary: hsl(37, 93%, 28%);