HSL(22, 24%, 45%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,24%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 24%, 45%) | color: hsl(22, 24%, 45%) | |
| HEX | #8E6B57 | color: #8E6B57 | |
| RGB | rgb(142, 107, 87) | color: rgb(142, 107, 87) | |
| CMYK | cmyk(0%, 25%, 39%, 44%) | — | |
| HSV | hsv(22, 39%, 56%) | — | |
| HWB | hwb(22 34% 44%) | color: hwb(22 34% 44%) | |
| OKLCH | oklch(0.5576 0.0539 51) | color: oklch(0.5576 0.0539 51) | |
| Lab | lab(48.2 11.1 16.62) | color: lab(48.2 11.1 16.62) | |
| LCH | lch(48.2 19.99 56.26) | color: lch(48.2 19.99 56.26) |
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)
#7F7F5C — rgb(127, 127, 92)
Deuteranopia (Green-blind)
#81845D — rgb(129, 132, 93)
Tritanopia (Blue-blind)
#8C6061 — rgb(140, 96, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 24%, 45%);
text
color: hsl(22, 24%, 45%);
border
border: 2px solid hsl(22, 24%, 45%);
gradient light
background: linear-gradient(to right, hsl(22, 24%, 65%), hsl(22, 24%, 45%));
gradient dark
background: linear-gradient(to right, hsl(22, 24%, 45%), hsl(22, 24%, 25%))
hex
background-color: #8E6B57;
tailwind
bg-[hsl(22,24%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 24%, 45%, 0.4);
css variable
--color-primary: hsl(22, 24%, 45%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 24%, 45%)?
HEX: #8E6B57 | RGB: rgb(142, 107, 87) | CMYK: 0%, 25%, 39%, 44% | HSV: 22°, 39%, 56%. Copy any format from the conversion table above.
What colors go well with #8E6B57?
The complementary color is HSL(202, 24%, 45%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 24%, 45%) in CSS?
As HSL: color: hsl(22, 24%, 45%); — As HEX: color: #8E6B57; — As RGB: color: rgb(142, 107, 87); — Tailwind CSS: bg-[hsl(22,24%,45%)] — CSS variable: --color-primary: hsl(22, 24%, 45%);