HSL(22, 54%, 42%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,54%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 54%, 42%) | color: hsl(22, 54%, 42%) | |
| HEX | #A55C31 | color: #A55C31 | |
| RGB | rgb(165, 92, 49) | color: rgb(165, 92, 49) | |
| CMYK | cmyk(0%, 44%, 70%, 35%) | — | |
| HSV | hsv(22, 70%, 65%) | — | |
| HWB | hwb(22 20% 35%) | color: hwb(22 20% 35%) | |
| OKLCH | oklch(0.5512 0.1113 49.31) | color: oklch(0.5512 0.1113 49.31) | |
| Lab | lab(46.81 26.15 37.05) | color: lab(46.81 26.15 37.05) | |
| LCH | lch(46.81 45.35 54.79) | color: lch(46.81 45.35 54.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#85853B — rgb(133, 133, 59)
Deuteranopia (Green-blind)
#8A8F3E — rgb(138, 143, 62)
Tritanopia (Blue-blind)
#A14445 — rgb(161, 68, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 54%, 42%);
text
color: hsl(22, 54%, 42%);
border
border: 2px solid hsl(22, 54%, 42%);
gradient light
background: linear-gradient(to right, hsl(22, 54%, 62%), hsl(22, 54%, 42%));
gradient dark
background: linear-gradient(to right, hsl(22, 54%, 42%), hsl(22, 54%, 22%))
hex
background-color: #A55C31;
tailwind
bg-[hsl(22,54%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 54%, 42%, 0.4);
css variable
--color-primary: hsl(22, 54%, 42%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 54%, 42%)?
HEX: #A55C31 | RGB: rgb(165, 92, 49) | CMYK: 0%, 44%, 70%, 35% | HSV: 22°, 70%, 65%. Copy any format from the conversion table above.
What colors go well with #A55C31?
The complementary color is HSL(202, 54%, 42%). 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, 54%, 42%) in CSS?
As HSL: color: hsl(22, 54%, 42%); — As HEX: color: #A55C31; — As RGB: color: rgb(165, 92, 49); — Tailwind CSS: bg-[hsl(22,54%,42%)] — CSS variable: --color-primary: hsl(22, 54%, 42%);