HSL(22, 89%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,89%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 89%, 71%) | color: hsl(22, 89%, 71%) | |
| HEX | #F7A373 | color: #F7A373 | |
| RGB | rgb(247, 163, 115) | color: rgb(247, 163, 115) | |
| CMYK | cmyk(0%, 34%, 53%, 3%) | — | |
| HSV | hsv(22, 53%, 97%) | — | |
| HWB | hwb(22 46% 3%) | color: hwb(22 46% 3%) | |
| OKLCH | oklch(0.7884 0.1183 50.11) | color: oklch(0.7884 0.1183 50.11) | |
| Lab | lab(74.32 26.19 37.57) | color: lab(74.32 26.19 37.57) | |
| LCH | lch(74.32 45.8 55.12) | color: lch(74.32 45.8 55.12) |
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)
#D3D27F — rgb(211, 210, 127)
Deuteranopia (Green-blind)
#D8DE81 — rgb(216, 222, 129)
Tritanopia (Blue-blind)
#F3888A — rgb(243, 136, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 89%, 71%);
text
color: hsl(22, 89%, 71%);
border
border: 2px solid hsl(22, 89%, 71%);
gradient light
background: linear-gradient(to right, hsl(22, 89%, 91%), hsl(22, 89%, 71%));
gradient dark
background: linear-gradient(to right, hsl(22, 89%, 71%), hsl(22, 89%, 51%))
hex
background-color: #F7A373;
tailwind
bg-[hsl(22,89%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 89%, 71%, 0.4);
css variable
--color-primary: hsl(22, 89%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 89%, 71%)?
HEX: #F7A373 | RGB: rgb(247, 163, 115) | CMYK: 0%, 34%, 53%, 3% | HSV: 22°, 53%, 97%. Copy any format from the conversion table above.
What colors go well with #F7A373?
The complementary color is HSL(202, 89%, 71%). 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, 89%, 71%) in CSS?
As HSL: color: hsl(22, 89%, 71%); — As HEX: color: #F7A373; — As RGB: color: rgb(247, 163, 115); — Tailwind CSS: bg-[hsl(22,89%,71%)] — CSS variable: --color-primary: hsl(22, 89%, 71%);