HSL(42, 100%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,100%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 100%, 34%) | color: hsl(42, 100%, 34%) | |
| HEX | #AD7900 | color: #AD7900 | |
| RGB | rgb(173, 121, 0) | color: rgb(173, 121, 0) | |
| CMYK | cmyk(0%, 30%, 100%, 32%) | — | |
| HSV | hsv(42, 100%, 68%) | — | |
| HWB | hwb(42 0% 32%) | color: hwb(42 0% 32%) | |
| OKLCH | oklch(0.6131 0.1276 78.57) | color: oklch(0.6131 0.1276 78.57) | |
| Lab | lab(54.62 11.96 60.77) | color: lab(54.62 11.96 60.77) | |
| LCH | lch(54.62 61.94 78.87) | color: lch(54.62 61.94 78.87) |
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)
#96961D — rgb(150, 150, 29)
Deuteranopia (Green-blind)
#9A9D24 — rgb(154, 157, 36)
Tritanopia (Blue-blind)
#AA3439 — rgb(170, 52, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 100%, 34%);
text
color: hsl(42, 100%, 34%);
border
border: 2px solid hsl(42, 100%, 34%);
gradient light
background: linear-gradient(to right, hsl(42, 100%, 54%), hsl(42, 100%, 34%));
gradient dark
background: linear-gradient(to right, hsl(42, 100%, 34%), hsl(42, 100%, 14%))
hex
background-color: #AD7900;
tailwind
bg-[hsl(42,100%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 100%, 34%, 0.4);
css variable
--color-primary: hsl(42, 100%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 100%, 34%)?
HEX: #AD7900 | RGB: rgb(173, 121, 0) | CMYK: 0%, 30%, 100%, 32% | HSV: 42°, 100%, 68%. Copy any format from the conversion table above.
What colors go well with #AD7900?
The complementary color is HSL(222, 100%, 34%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 100%, 34%) in CSS?
As HSL: color: hsl(42, 100%, 34%); — As HEX: color: #AD7900; — As RGB: color: rgb(173, 121, 0); — Tailwind CSS: bg-[hsl(42,100%,34%)] — CSS variable: --color-primary: hsl(42, 100%, 34%);