HSL(42, 23%, 59%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,23%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 23%, 59%) | color: hsl(42, 23%, 59%) | |
| HEX | #AEA07E | color: #AEA07E | |
| RGB | rgb(174, 160, 126) | color: rgb(174, 160, 126) | |
| CMYK | cmyk(0%, 8%, 28%, 32%) | — | |
| HSV | hsv(43, 28%, 68%) | — | |
| HWB | hwb(43 49% 32%) | color: hwb(43 49% 32%) | |
| OKLCH | oklch(0.709 0.0498 88.28) | color: oklch(0.709 0.0498 88.28) | |
| Lab | lab(66.25 -0.31 19.61) | color: lab(66.25 -0.31 19.61) | |
| LCH | lch(66.25 19.61 90.91) | color: lch(66.25 19.61 90.91) |
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)
#A8A886 — rgb(168, 168, 134)
Deuteranopia (Green-blind)
#A9AA88 — rgb(169, 170, 136)
Tritanopia (Blue-blind)
#AD8D8E — rgb(173, 141, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 23%, 59%);
text
color: hsl(42, 23%, 59%);
border
border: 2px solid hsl(42, 23%, 59%);
gradient light
background: linear-gradient(to right, hsl(42, 23%, 79%), hsl(42, 23%, 59%));
gradient dark
background: linear-gradient(to right, hsl(42, 23%, 59%), hsl(42, 23%, 39%))
hex
background-color: #AEA07E;
tailwind
bg-[hsl(42,23%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 23%, 59%, 0.4);
css variable
--color-primary: hsl(42, 23%, 59%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 23%, 59%)?
HEX: #AEA07E | RGB: rgb(174, 160, 126) | CMYK: 0%, 8%, 28%, 32% | HSV: 43°, 28%, 68%. Copy any format from the conversion table above.
What colors go well with #AEA07E?
The complementary color is HSL(222, 23%, 59%). 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, 23%, 59%) in CSS?
As HSL: color: hsl(42, 23%, 59%); — As HEX: color: #AEA07E; — As RGB: color: rgb(174, 160, 126); — Tailwind CSS: bg-[hsl(42,23%,59%)] — CSS variable: --color-primary: hsl(42, 23%, 59%);