HSL(43, 53%, 40%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,53%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 53%, 40%) | color: hsl(43, 53%, 40%) | |
| HEX | #9C7D30 | color: #9C7D30 | |
| RGB | rgb(156, 125, 48) | color: rgb(156, 125, 48) | |
| CMYK | cmyk(0%, 20%, 69%, 39%) | — | |
| HSV | hsv(43, 69%, 61%) | — | |
| HWB | hwb(43 19% 39%) | color: hwb(43 19% 39%) | |
| OKLCH | oklch(0.6045 0.1017 86.69) | color: oklch(0.6045 0.1017 86.69) | |
| Lab | lab(53.97 3.41 44.98) | color: lab(53.97 3.41 44.98) | |
| LCH | lch(53.97 45.11 85.66) | color: lch(53.97 45.11 85.66) |
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)
#8F8E43 — rgb(143, 142, 67)
Deuteranopia (Green-blind)
#909347 — rgb(144, 147, 71)
Tritanopia (Blue-blind)
#9A5155 — rgb(154, 81, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 53%, 40%);
text
color: hsl(43, 53%, 40%);
border
border: 2px solid hsl(43, 53%, 40%);
gradient light
background: linear-gradient(to right, hsl(43, 53%, 60%), hsl(43, 53%, 40%));
gradient dark
background: linear-gradient(to right, hsl(43, 53%, 40%), hsl(43, 53%, 20%))
hex
background-color: #9C7D30;
tailwind
bg-[hsl(43,53%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 53%, 40%, 0.4);
css variable
--color-primary: hsl(43, 53%, 40%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 53%, 40%)?
HEX: #9C7D30 | RGB: rgb(156, 125, 48) | CMYK: 0%, 20%, 69%, 39% | HSV: 43°, 69%, 61%. Copy any format from the conversion table above.
What colors go well with #9C7D30?
The complementary color is HSL(223, 53%, 40%). 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, 53%, 40%) in CSS?
As HSL: color: hsl(43, 53%, 40%); — As HEX: color: #9C7D30; — As RGB: color: rgb(156, 125, 48); — Tailwind CSS: bg-[hsl(43,53%,40%)] — CSS variable: --color-primary: hsl(43, 53%, 40%);