HSL(22, 80%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,80%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 80%, 68%) | color: hsl(22, 80%, 68%) | |
| HEX | #EF9C6C | color: #EF9C6C | |
| RGB | rgb(239, 156, 108) | color: rgb(239, 156, 108) | |
| CMYK | cmyk(0%, 35%, 55%, 6%) | — | |
| HSV | hsv(22, 55%, 94%) | — | |
| HWB | hwb(22 42% 6%) | color: hwb(22 42% 6%) | |
| OKLCH | oklch(0.7658 0.118 50.3) | color: oklch(0.7658 0.118 50.3) | |
| Lab | lab(71.7 26.13 37.74) | color: lab(71.7 26.13 37.74) | |
| LCH | lch(71.7 45.9 55.3) | color: lch(71.7 45.9 55.3) |
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)
#CBCA78 — rgb(203, 202, 120)
Deuteranopia (Green-blind)
#D0D67A — rgb(208, 214, 122)
Tritanopia (Blue-blind)
#EB8183 — rgb(235, 129, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 80%, 68%);
text
color: hsl(22, 80%, 68%);
border
border: 2px solid hsl(22, 80%, 68%);
gradient light
background: linear-gradient(to right, hsl(22, 80%, 88%), hsl(22, 80%, 68%));
gradient dark
background: linear-gradient(to right, hsl(22, 80%, 68%), hsl(22, 80%, 48%))
hex
background-color: #EF9C6C;
tailwind
bg-[hsl(22,80%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 80%, 68%, 0.4);
css variable
--color-primary: hsl(22, 80%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 80%, 68%)?
HEX: #EF9C6C | RGB: rgb(239, 156, 108) | CMYK: 0%, 35%, 55%, 6% | HSV: 22°, 55%, 94%. Copy any format from the conversion table above.
What colors go well with #EF9C6C?
The complementary color is HSL(202, 80%, 68%). 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, 80%, 68%) in CSS?
As HSL: color: hsl(22, 80%, 68%); — As HEX: color: #EF9C6C; — As RGB: color: rgb(239, 156, 108); — Tailwind CSS: bg-[hsl(22,80%,68%)] — CSS variable: --color-primary: hsl(22, 80%, 68%);