HSL(39, 100%, 28%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,100%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 100%, 28%) | color: hsl(39, 100%, 28%) | |
| HEX | #8F5D00 | color: #8F5D00 | |
| RGB | rgb(143, 93, 0) | color: rgb(143, 93, 0) | |
| CMYK | cmyk(0%, 35%, 100%, 44%) | — | |
| HSV | hsv(39, 100%, 56%) | — | |
| HWB | hwb(39 0% 44%) | color: hwb(39 0% 44%) | |
| OKLCH | oklch(0.5203 0.1109 72.92) | color: oklch(0.5203 0.1109 72.92) | |
| Lab | lab(43.76 14.09 51.74) | color: lab(43.76 14.09 51.74) | |
| LCH | lch(43.76 53.62 74.77) | color: lch(43.76 53.62 74.77) |
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)
#797917 — rgb(121, 121, 23)
Deuteranopia (Green-blind)
#7C801C — rgb(124, 128, 28)
Tritanopia (Blue-blind)
#8D282C — rgb(141, 40, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 100%, 28%);
text
color: hsl(39, 100%, 28%);
border
border: 2px solid hsl(39, 100%, 28%);
gradient light
background: linear-gradient(to right, hsl(39, 100%, 48%), hsl(39, 100%, 28%));
gradient dark
background: linear-gradient(to right, hsl(39, 100%, 28%), hsl(39, 100%, 8%))
hex
background-color: #8F5D00;
tailwind
bg-[hsl(39,100%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 100%, 28%, 0.4);
css variable
--color-primary: hsl(39, 100%, 28%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 100%, 28%)?
HEX: #8F5D00 | RGB: rgb(143, 93, 0) | CMYK: 0%, 35%, 100%, 44% | HSV: 39°, 100%, 56%. Copy any format from the conversion table above.
What colors go well with #8F5D00?
The complementary color is HSL(219, 100%, 28%). 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, 100%, 28%) in CSS?
As HSL: color: hsl(39, 100%, 28%); — As HEX: color: #8F5D00; — As RGB: color: rgb(143, 93, 0); — Tailwind CSS: bg-[hsl(39,100%,28%)] — CSS variable: --color-primary: hsl(39, 100%, 28%);