HSL(22, 83%, 62%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,83%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 83%, 62%) | color: hsl(22, 83%, 62%) | |
| HEX | #EF894E | color: #EF894E | |
| RGB | rgb(239, 137, 78) | color: rgb(239, 137, 78) | |
| CMYK | cmyk(0%, 43%, 67%, 6%) | — | |
| HSV | hsv(22, 67%, 94%) | — | |
| HWB | hwb(22 31% 6%) | color: hwb(22 31% 6%) | |
| OKLCH | oklch(0.7293 0.1447 49.06) | color: oklch(0.7293 0.1447 49.06) | |
| Lab | lab(67.12 34.04 47.72) | color: lab(67.12 34.04 47.72) | |
| LCH | lch(67.12 58.62 54.5) | color: lch(67.12 58.62 54.5) |
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)
#C3C25C — rgb(195, 194, 92)
Deuteranopia (Green-blind)
#C9D060 — rgb(201, 208, 96)
Tritanopia (Blue-blind)
#EA686A — rgb(234, 104, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 83%, 62%);
text
color: hsl(22, 83%, 62%);
border
border: 2px solid hsl(22, 83%, 62%);
gradient light
background: linear-gradient(to right, hsl(22, 83%, 82%), hsl(22, 83%, 62%));
gradient dark
background: linear-gradient(to right, hsl(22, 83%, 62%), hsl(22, 83%, 42%))
hex
background-color: #EF894E;
tailwind
bg-[hsl(22,83%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 83%, 62%, 0.4);
css variable
--color-primary: hsl(22, 83%, 62%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 83%, 62%)?
HEX: #EF894E | RGB: rgb(239, 137, 78) | CMYK: 0%, 43%, 67%, 6% | HSV: 22°, 67%, 94%. Copy any format from the conversion table above.
What colors go well with #EF894E?
The complementary color is HSL(202, 83%, 62%). 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, 83%, 62%) in CSS?
As HSL: color: hsl(22, 83%, 62%); — As HEX: color: #EF894E; — As RGB: color: rgb(239, 137, 78); — Tailwind CSS: bg-[hsl(22,83%,62%)] — CSS variable: --color-primary: hsl(22, 83%, 62%);