HSL(22, 20%, 54%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,20%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 20%, 54%) | color: hsl(22, 20%, 54%) | |
| HEX | #A18372 | color: #A18372 | |
| RGB | rgb(161, 131, 114) | color: rgb(161, 131, 114) | |
| CMYK | cmyk(0%, 19%, 29%, 37%) | — | |
| HSV | hsv(22, 29%, 63%) | — | |
| HWB | hwb(22 45% 37%) | color: hwb(22 45% 37%) | |
| OKLCH | oklch(0.6335 0.0446 51.13) | color: oklch(0.6335 0.0446 51.13) | |
| Lab | lab(57.1 8.87 13.52) | color: lab(57.1 8.87 13.52) | |
| LCH | lch(57.1 16.17 56.73) | color: lch(57.1 16.17 56.73) |
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)
#949476 — rgb(148, 148, 118)
Deuteranopia (Green-blind)
#969877 — rgb(150, 152, 119)
Tritanopia (Blue-blind)
#A0797A — rgb(160, 121, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 20%, 54%);
text
color: hsl(22, 20%, 54%);
border
border: 2px solid hsl(22, 20%, 54%);
gradient light
background: linear-gradient(to right, hsl(22, 20%, 74%), hsl(22, 20%, 54%));
gradient dark
background: linear-gradient(to right, hsl(22, 20%, 54%), hsl(22, 20%, 34%))
hex
background-color: #A18372;
tailwind
bg-[hsl(22,20%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 20%, 54%, 0.4);
css variable
--color-primary: hsl(22, 20%, 54%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 20%, 54%)?
HEX: #A18372 | RGB: rgb(161, 131, 114) | CMYK: 0%, 19%, 29%, 37% | HSV: 22°, 29%, 63%. Copy any format from the conversion table above.
What colors go well with #A18372?
The complementary color is HSL(202, 20%, 54%). 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, 20%, 54%) in CSS?
As HSL: color: hsl(22, 20%, 54%); — As HEX: color: #A18372; — As RGB: color: rgb(161, 131, 114); — Tailwind CSS: bg-[hsl(22,20%,54%)] — CSS variable: --color-primary: hsl(22, 20%, 54%);