HSL(43, 52%, 39%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,52%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 52%, 39%) | color: hsl(43, 52%, 39%) | |
| HEX | #977A30 | color: #977A30 | |
| RGB | rgb(151, 122, 48) | color: rgb(151, 122, 48) | |
| CMYK | cmyk(0%, 19%, 68%, 41%) | — | |
| HSV | hsv(43, 68%, 59%) | — | |
| HWB | hwb(43 19% 41%) | color: hwb(43 19% 41%) | |
| OKLCH | oklch(0.5928 0.0984 87.38) | color: oklch(0.5928 0.0984 87.38) | |
| Lab | lab(52.63 2.83 43.4) | color: lab(52.63 2.83 43.4) | |
| LCH | lch(52.63 43.49 86.27) | color: lch(52.63 43.49 86.27) |
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)
#8A8A42 — rgb(138, 138, 66)
Deuteranopia (Green-blind)
#8C8E46 — rgb(140, 142, 70)
Tritanopia (Blue-blind)
#965053 — rgb(150, 80, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 52%, 39%);
text
color: hsl(43, 52%, 39%);
border
border: 2px solid hsl(43, 52%, 39%);
gradient light
background: linear-gradient(to right, hsl(43, 52%, 59%), hsl(43, 52%, 39%));
gradient dark
background: linear-gradient(to right, hsl(43, 52%, 39%), hsl(43, 52%, 19%))
hex
background-color: #977A30;
tailwind
bg-[hsl(43,52%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 52%, 39%, 0.4);
css variable
--color-primary: hsl(43, 52%, 39%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 52%, 39%)?
HEX: #977A30 | RGB: rgb(151, 122, 48) | CMYK: 0%, 19%, 68%, 41% | HSV: 43°, 68%, 59%. Copy any format from the conversion table above.
What colors go well with #977A30?
The complementary color is HSL(223, 52%, 39%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 52%, 39%) in CSS?
As HSL: color: hsl(43, 52%, 39%); — As HEX: color: #977A30; — As RGB: color: rgb(151, 122, 48); — Tailwind CSS: bg-[hsl(43,52%,39%)] — CSS variable: --color-primary: hsl(43, 52%, 39%);