HSL(22, 18%, 56%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(22,18%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 18%, 56%) | color: hsl(22, 18%, 56%) | |
| HEX | #A3897B | color: #A3897B | |
| RGB | rgb(163, 137, 123) | color: rgb(163, 137, 123) | |
| CMYK | cmyk(0%, 16%, 25%, 36%) | — | |
| HSV | hsv(21, 25%, 64%) | — | |
| HWB | hwb(21 48% 36%) | color: hwb(21 48% 36%) | |
| OKLCH | oklch(0.6501 0.0378 49.97) | color: oklch(0.6501 0.0378 49.97) | |
| Lab | lab(59.07 7.6 11.18) | color: lab(59.07 7.6 11.18) | |
| LCH | lch(59.07 13.52 55.79) | color: lch(59.07 13.52 55.79) |
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)
#98987E — rgb(152, 152, 126)
Deuteranopia (Green-blind)
#999B7F — rgb(153, 155, 127)
Tritanopia (Blue-blind)
#A28182 — rgb(162, 129, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 18%, 56%);
text
color: hsl(22, 18%, 56%);
border
border: 2px solid hsl(22, 18%, 56%);
gradient light
background: linear-gradient(to right, hsl(22, 18%, 76%), hsl(22, 18%, 56%));
gradient dark
background: linear-gradient(to right, hsl(22, 18%, 56%), hsl(22, 18%, 36%))
hex
background-color: #A3897B;
tailwind
bg-[hsl(22,18%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 18%, 56%, 0.4);
css variable
--color-primary: hsl(22, 18%, 56%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 18%, 56%)?
HEX: #A3897B | RGB: rgb(163, 137, 123) | CMYK: 0%, 16%, 25%, 36% | HSV: 21°, 25%, 64%. Copy any format from the conversion table above.
What colors go well with #A3897B?
The complementary color is HSL(202, 18%, 56%). 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, 18%, 56%) in CSS?
As HSL: color: hsl(22, 18%, 56%); — As HEX: color: #A3897B; — As RGB: color: rgb(163, 137, 123); — Tailwind CSS: bg-[hsl(22,18%,56%)] — CSS variable: --color-primary: hsl(22, 18%, 56%);