HSL(22, 73%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,73%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 73%, 67%) | color: hsl(22, 73%, 67%) | |
| HEX | #E89A6D | color: #E89A6D | |
| RGB | rgb(232, 154, 109) | color: rgb(232, 154, 109) | |
| CMYK | cmyk(0%, 34%, 53%, 9%) | — | |
| HSV | hsv(22, 53%, 91%) | — | |
| HWB | hwb(22 43% 9%) | color: hwb(22 43% 9%) | |
| OKLCH | oklch(0.7543 0.1114 50.38) | color: oklch(0.7543 0.1114 50.38) | |
| Lab | lab(70.44 24.48 35.45) | color: lab(70.44 24.48 35.45) | |
| LCH | lch(70.44 43.08 55.37) | color: lch(70.44 43.08 55.37) |
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)
#C6C678 — rgb(198, 198, 120)
Deuteranopia (Green-blind)
#CBD17B — rgb(203, 209, 123)
Tritanopia (Blue-blind)
#E48082 — rgb(228, 128, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 73%, 67%);
text
color: hsl(22, 73%, 67%);
border
border: 2px solid hsl(22, 73%, 67%);
gradient light
background: linear-gradient(to right, hsl(22, 73%, 87%), hsl(22, 73%, 67%));
gradient dark
background: linear-gradient(to right, hsl(22, 73%, 67%), hsl(22, 73%, 47%))
hex
background-color: #E89A6D;
tailwind
bg-[hsl(22,73%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 73%, 67%, 0.4);
css variable
--color-primary: hsl(22, 73%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 73%, 67%)?
HEX: #E89A6D | RGB: rgb(232, 154, 109) | CMYK: 0%, 34%, 53%, 9% | HSV: 22°, 53%, 91%. Copy any format from the conversion table above.
What colors go well with #E89A6D?
The complementary color is HSL(202, 73%, 67%). 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%, 67%) in CSS?
As HSL: color: hsl(22, 73%, 67%); — As HEX: color: #E89A6D; — As RGB: color: rgb(232, 154, 109); — Tailwind CSS: bg-[hsl(22,73%,67%)] — CSS variable: --color-primary: hsl(22, 73%, 67%);