HSL(43, 60%, 29%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,60%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 60%, 29%) | color: hsl(43, 60%, 29%) | |
| HEX | #765D1E | color: #765D1E | |
| RGB | rgb(118, 93, 30) | color: rgb(118, 93, 30) | |
| CMYK | cmyk(0%, 21%, 75%, 54%) | — | |
| HSV | hsv(43, 75%, 46%) | — | |
| HWB | hwb(43 12% 54%) | color: hwb(43 12% 54%) | |
| OKLCH | oklch(0.4913 0.0857 86.58) | color: oklch(0.4913 0.0857 86.58) | |
| Lab | lab(40.86 3.09 38.38) | color: lab(40.86 3.09 38.38) | |
| LCH | lch(40.86 38.5 85.4) | color: lch(40.86 38.5 85.4) |
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)
#6B6B2D — rgb(107, 107, 45)
Deuteranopia (Green-blind)
#6D6F31 — rgb(109, 111, 49)
Tritanopia (Blue-blind)
#75393C — rgb(117, 57, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 60%, 29%);
text
color: hsl(43, 60%, 29%);
border
border: 2px solid hsl(43, 60%, 29%);
gradient light
background: linear-gradient(to right, hsl(43, 60%, 49%), hsl(43, 60%, 29%));
gradient dark
background: linear-gradient(to right, hsl(43, 60%, 29%), hsl(43, 60%, 9%))
hex
background-color: #765D1E;
tailwind
bg-[hsl(43,60%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 60%, 29%, 0.4);
css variable
--color-primary: hsl(43, 60%, 29%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 60%, 29%)?
HEX: #765D1E | RGB: rgb(118, 93, 30) | CMYK: 0%, 21%, 75%, 54% | HSV: 43°, 75%, 46%. Copy any format from the conversion table above.
What colors go well with #765D1E?
The complementary color is HSL(223, 60%, 29%). 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, 60%, 29%) in CSS?
As HSL: color: hsl(43, 60%, 29%); — As HEX: color: #765D1E; — As RGB: color: rgb(118, 93, 30); — Tailwind CSS: bg-[hsl(43,60%,29%)] — CSS variable: --color-primary: hsl(43, 60%, 29%);