HSL(22, 75%, 44%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,75%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 75%, 44%) | color: hsl(22, 75%, 44%) | |
| HEX | #C45A1C | color: #C45A1C | |
| RGB | rgb(196, 90, 28) | color: rgb(196, 90, 28) | |
| CMYK | cmyk(0%, 54%, 86%, 23%) | — | |
| HSV | hsv(22, 86%, 77%) | — | |
| HWB | hwb(22 11% 23%) | color: hwb(22 11% 23%) | |
| OKLCH | oklch(0.5909 0.1526 46.09) | color: oklch(0.5909 0.1526 46.09) | |
| Lab | lab(50.85 39.06 52.34) | color: lab(50.85 39.06 52.34) | |
| LCH | lch(50.85 65.31 53.27) | color: lch(50.85 65.31 53.27) |
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)
#96952B — rgb(150, 149, 43)
Deuteranopia (Green-blind)
#9CA42F — rgb(156, 164, 47)
Tritanopia (Blue-blind)
#BF3739 — rgb(191, 55, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 75%, 44%);
text
color: hsl(22, 75%, 44%);
border
border: 2px solid hsl(22, 75%, 44%);
gradient light
background: linear-gradient(to right, hsl(22, 75%, 64%), hsl(22, 75%, 44%));
gradient dark
background: linear-gradient(to right, hsl(22, 75%, 44%), hsl(22, 75%, 24%))
hex
background-color: #C45A1C;
tailwind
bg-[hsl(22,75%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 75%, 44%, 0.4);
css variable
--color-primary: hsl(22, 75%, 44%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 75%, 44%)?
HEX: #C45A1C | RGB: rgb(196, 90, 28) | CMYK: 0%, 54%, 86%, 23% | HSV: 22°, 86%, 77%. Copy any format from the conversion table above.
What colors go well with #C45A1C?
The complementary color is HSL(202, 75%, 44%). 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%, 44%) in CSS?
As HSL: color: hsl(22, 75%, 44%); — As HEX: color: #C45A1C; — As RGB: color: rgb(196, 90, 28); — Tailwind CSS: bg-[hsl(22,75%,44%)] — CSS variable: --color-primary: hsl(22, 75%, 44%);