HSL(22, 73%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,73%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 73%, 60%) | color: hsl(22, 73%, 60%) | |
| HEX | #E3854F | color: #E3854F | |
| RGB | rgb(227, 133, 79) | color: rgb(227, 133, 79) | |
| CMYK | cmyk(0%, 41%, 65%, 11%) | — | |
| HSV | hsv(22, 65%, 89%) | — | |
| HWB | hwb(22 31% 11%) | color: hwb(22 31% 11%) | |
| OKLCH | oklch(0.7074 0.1347 49.19) | color: oklch(0.7074 0.1347 49.19) | |
| Lab | lab(64.7 31.4 44.03) | color: lab(64.7 31.4 44.03) | |
| LCH | lch(64.7 54.08 54.51) | color: lch(64.7 54.08 54.51) |
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)
#BAB95C — rgb(186, 185, 92)
Deuteranopia (Green-blind)
#C0C75F — rgb(192, 199, 95)
Tritanopia (Blue-blind)
#DE6669 — rgb(222, 102, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 73%, 60%);
text
color: hsl(22, 73%, 60%);
border
border: 2px solid hsl(22, 73%, 60%);
gradient light
background: linear-gradient(to right, hsl(22, 73%, 80%), hsl(22, 73%, 60%));
gradient dark
background: linear-gradient(to right, hsl(22, 73%, 60%), hsl(22, 73%, 40%))
hex
background-color: #E3854F;
tailwind
bg-[hsl(22,73%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 73%, 60%, 0.4);
css variable
--color-primary: hsl(22, 73%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 73%, 60%)?
HEX: #E3854F | RGB: rgb(227, 133, 79) | CMYK: 0%, 41%, 65%, 11% | HSV: 22°, 65%, 89%. Copy any format from the conversion table above.
What colors go well with #E3854F?
The complementary color is HSL(202, 73%, 60%). 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, 73%, 60%) in CSS?
As HSL: color: hsl(22, 73%, 60%); — As HEX: color: #E3854F; — As RGB: color: rgb(227, 133, 79); — Tailwind CSS: bg-[hsl(22,73%,60%)] — CSS variable: --color-primary: hsl(22, 73%, 60%);