HSL(39, 55%, 47%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,55%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 55%, 47%) | color: hsl(39, 55%, 47%) | |
| HEX | #BA8C36 | color: #BA8C36 | |
| RGB | rgb(186, 140, 54) | color: rgb(186, 140, 54) | |
| CMYK | cmyk(0%, 25%, 71%, 27%) | — | |
| HSV | hsv(39, 71%, 73%) | — | |
| HWB | hwb(39 21% 27%) | color: hwb(39 21% 27%) | |
| OKLCH | oklch(0.6687 0.1156 79.84) | color: oklch(0.6687 0.1156 79.84) | |
| Lab | lab(61.19 8.84 50.81) | color: lab(61.19 8.84 50.81) | |
| LCH | lch(61.19 51.57 80.13) | color: lch(61.19 51.57 80.13) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A6A64B — rgb(166, 166, 75)
Deuteranopia (Green-blind)
#A9AC50 — rgb(169, 172, 80)
Tritanopia (Blue-blind)
#B85B5F — rgb(184, 91, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 55%, 47%);
text
color: hsl(39, 55%, 47%);
border
border: 2px solid hsl(39, 55%, 47%);
gradient light
background: linear-gradient(to right, hsl(39, 55%, 67%), hsl(39, 55%, 47%));
gradient dark
background: linear-gradient(to right, hsl(39, 55%, 47%), hsl(39, 55%, 27%))
hex
background-color: #BA8C36;
tailwind
bg-[hsl(39,55%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 55%, 47%, 0.4);
css variable
--color-primary: hsl(39, 55%, 47%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 55%, 47%)?
HEX: #BA8C36 | RGB: rgb(186, 140, 54) | CMYK: 0%, 25%, 71%, 27% | HSV: 39°, 71%, 73%. Copy any format from the conversion table above.
What colors go well with #BA8C36?
The complementary color is HSL(219, 55%, 47%). 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%, 47%) in CSS?
As HSL: color: hsl(39, 55%, 47%); — As HEX: color: #BA8C36; — As RGB: color: rgb(186, 140, 54); — Tailwind CSS: bg-[hsl(39,55%,47%)] — CSS variable: --color-primary: hsl(39, 55%, 47%);