HSL(22, 69%, 36%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,69%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 69%, 36%) | color: hsl(22, 69%, 36%) | |
| HEX | #9B4B1C | color: #9B4B1C | |
| RGB | rgb(155, 75, 28) | color: rgb(155, 75, 28) | |
| CMYK | cmyk(0%, 52%, 82%, 39%) | — | |
| HSV | hsv(22, 82%, 61%) | — | |
| HWB | hwb(22 11% 39%) | color: hwb(22 11% 39%) | |
| OKLCH | oklch(0.5057 0.1216 47.37) | color: oklch(0.5057 0.1216 47.37) | |
| Lab | lab(41.35 30.27 41.47) | color: lab(41.35 30.27 41.47) | |
| LCH | lch(41.35 51.34 53.87) | color: lch(41.35 51.34 53.87) |
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)
#787827 — rgb(120, 120, 39)
Deuteranopia (Green-blind)
#7D832A — rgb(125, 131, 42)
Tritanopia (Blue-blind)
#973032 — rgb(151, 48, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 69%, 36%);
text
color: hsl(22, 69%, 36%);
border
border: 2px solid hsl(22, 69%, 36%);
gradient light
background: linear-gradient(to right, hsl(22, 69%, 56%), hsl(22, 69%, 36%));
gradient dark
background: linear-gradient(to right, hsl(22, 69%, 36%), hsl(22, 69%, 16%))
hex
background-color: #9B4B1C;
tailwind
bg-[hsl(22,69%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 69%, 36%, 0.4);
css variable
--color-primary: hsl(22, 69%, 36%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 69%, 36%)?
HEX: #9B4B1C | RGB: rgb(155, 75, 28) | CMYK: 0%, 52%, 82%, 39% | HSV: 22°, 82%, 61%. Copy any format from the conversion table above.
What colors go well with #9B4B1C?
The complementary color is HSL(202, 69%, 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, 69%, 36%) in CSS?
As HSL: color: hsl(22, 69%, 36%); — As HEX: color: #9B4B1C; — As RGB: color: rgb(155, 75, 28); — Tailwind CSS: bg-[hsl(22,69%,36%)] — CSS variable: --color-primary: hsl(22, 69%, 36%);