HSL(42, 54%, 42%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,54%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 54%, 42%) | color: hsl(42, 54%, 42%) | |
| HEX | #A58231 | color: #A58231 | |
| RGB | rgb(165, 130, 49) | color: rgb(165, 130, 49) | |
| CMYK | cmyk(0%, 21%, 70%, 35%) | — | |
| HSV | hsv(42, 70%, 65%) | — | |
| HWB | hwb(42 20% 35%) | color: hwb(42 20% 35%) | |
| OKLCH | oklch(0.6248 0.1065 85.02) | color: oklch(0.6248 0.1065 85.02) | |
| Lab | lab(56.28 4.74 47.23) | color: lab(56.28 4.74 47.23) | |
| LCH | lch(56.28 47.47 84.27) | color: lch(56.28 47.47 84.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)
#969645 — rgb(150, 150, 69)
Deuteranopia (Green-blind)
#989B49 — rgb(152, 155, 73)
Tritanopia (Blue-blind)
#A35457 — rgb(163, 84, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 54%, 42%);
text
color: hsl(42, 54%, 42%);
border
border: 2px solid hsl(42, 54%, 42%);
gradient light
background: linear-gradient(to right, hsl(42, 54%, 62%), hsl(42, 54%, 42%));
gradient dark
background: linear-gradient(to right, hsl(42, 54%, 42%), hsl(42, 54%, 22%))
hex
background-color: #A58231;
tailwind
bg-[hsl(42,54%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 54%, 42%, 0.4);
css variable
--color-primary: hsl(42, 54%, 42%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 54%, 42%)?
HEX: #A58231 | RGB: rgb(165, 130, 49) | CMYK: 0%, 21%, 70%, 35% | HSV: 42°, 70%, 65%. Copy any format from the conversion table above.
What colors go well with #A58231?
The complementary color is HSL(222, 54%, 42%). 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, 54%, 42%) in CSS?
As HSL: color: hsl(42, 54%, 42%); — As HEX: color: #A58231; — As RGB: color: rgb(165, 130, 49); — Tailwind CSS: bg-[hsl(42,54%,42%)] — CSS variable: --color-primary: hsl(42, 54%, 42%);