HSL(22, 72%, 45%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,72%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 72%, 45%) | color: hsl(22, 72%, 45%) | |
| HEX | #C55D20 | color: #C55D20 | |
| RGB | rgb(197, 93, 32) | color: rgb(197, 93, 32) | |
| CMYK | cmyk(0%, 53%, 84%, 23%) | — | |
| HSV | hsv(22, 84%, 77%) | — | |
| HWB | hwb(22 12% 23%) | color: hwb(22 12% 23%) | |
| OKLCH | oklch(0.5971 0.1503 46.61) | color: oklch(0.5971 0.1503 46.61) | |
| Lab | lab(51.62 38.05 51.47) | color: lab(51.62 38.05 51.47) | |
| LCH | lch(51.62 64.01 53.53) | color: lch(51.62 64.01 53.53) |
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)
#98972F — rgb(152, 151, 47)
Deuteranopia (Green-blind)
#9EA632 — rgb(158, 166, 50)
Tritanopia (Blue-blind)
#C03A3D — rgb(192, 58, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 72%, 45%);
text
color: hsl(22, 72%, 45%);
border
border: 2px solid hsl(22, 72%, 45%);
gradient light
background: linear-gradient(to right, hsl(22, 72%, 65%), hsl(22, 72%, 45%));
gradient dark
background: linear-gradient(to right, hsl(22, 72%, 45%), hsl(22, 72%, 25%))
hex
background-color: #C55D20;
tailwind
bg-[hsl(22,72%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 72%, 45%, 0.4);
css variable
--color-primary: hsl(22, 72%, 45%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 72%, 45%)?
HEX: #C55D20 | RGB: rgb(197, 93, 32) | CMYK: 0%, 53%, 84%, 23% | HSV: 22°, 84%, 77%. Copy any format from the conversion table above.
What colors go well with #C55D20?
The complementary color is HSL(202, 72%, 45%). 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, 72%, 45%) in CSS?
As HSL: color: hsl(22, 72%, 45%); — As HEX: color: #C55D20; — As RGB: color: rgb(197, 93, 32); — Tailwind CSS: bg-[hsl(22,72%,45%)] — CSS variable: --color-primary: hsl(22, 72%, 45%);