HSL(22, 75%, 36%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,75%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 75%, 36%) | color: hsl(22, 75%, 36%) | |
| HEX | #A14917 | color: #A14917 | |
| RGB | rgb(161, 73, 23) | color: rgb(161, 73, 23) | |
| CMYK | cmyk(0%, 55%, 86%, 37%) | — | |
| HSV | hsv(22, 86%, 63%) | — | |
| HWB | hwb(22 9% 37%) | color: hwb(22 9% 37%) | |
| OKLCH | oklch(0.5113 0.1311 45.81) | color: oklch(0.5113 0.1311 45.81) | |
| Lab | lab(41.85 33.64 44.48) | color: lab(41.85 33.64 44.48) | |
| LCH | lch(41.85 55.77 52.9) | color: lch(41.85 55.77 52.9) |
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)
#7B7A23 — rgb(123, 122, 35)
Deuteranopia (Green-blind)
#808726 — rgb(128, 135, 38)
Tritanopia (Blue-blind)
#9D2D2F — rgb(157, 45, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 75%, 36%);
text
color: hsl(22, 75%, 36%);
border
border: 2px solid hsl(22, 75%, 36%);
gradient light
background: linear-gradient(to right, hsl(22, 75%, 56%), hsl(22, 75%, 36%));
gradient dark
background: linear-gradient(to right, hsl(22, 75%, 36%), hsl(22, 75%, 16%))
hex
background-color: #A14917;
tailwind
bg-[hsl(22,75%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 75%, 36%, 0.4);
css variable
--color-primary: hsl(22, 75%, 36%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 75%, 36%)?
HEX: #A14917 | RGB: rgb(161, 73, 23) | CMYK: 0%, 55%, 86%, 37% | HSV: 22°, 86%, 63%. Copy any format from the conversion table above.
What colors go well with #A14917?
The complementary color is HSL(202, 75%, 36%). 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, 75%, 36%) in CSS?
As HSL: color: hsl(22, 75%, 36%); — As HEX: color: #A14917; — As RGB: color: rgb(161, 73, 23); — Tailwind CSS: bg-[hsl(22,75%,36%)] — CSS variable: --color-primary: hsl(22, 75%, 36%);