HSL(20, 80%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,80%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 80%, 72%) | color: hsl(20, 80%, 72%) | |
| HEX | #F1A57E | color: #F1A57E | |
| RGB | rgb(241, 165, 126) | color: rgb(241, 165, 126) | |
| CMYK | cmyk(0%, 32%, 48%, 5%) | — | |
| HSV | hsv(20, 48%, 95%) | — | |
| HWB | hwb(20 49% 5%) | color: hwb(20 49% 5%) | |
| OKLCH | oklch(0.7871 0.1047 47.9) | color: oklch(0.7871 0.1047 47.9) | |
| Lab | lab(74.27 23.75 31.53) | color: lab(74.27 23.75 31.53) | |
| LCH | lch(74.27 39.47 53.01) | color: lch(74.27 39.47 53.01) |
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)
#D0CF87 — rgb(208, 207, 135)
Deuteranopia (Green-blind)
#D5DA8A — rgb(213, 218, 138)
Tritanopia (Blue-blind)
#ED8F91 — rgb(237, 143, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 80%, 72%);
text
color: hsl(20, 80%, 72%);
border
border: 2px solid hsl(20, 80%, 72%);
gradient light
background: linear-gradient(to right, hsl(20, 80%, 92%), hsl(20, 80%, 72%));
gradient dark
background: linear-gradient(to right, hsl(20, 80%, 72%), hsl(20, 80%, 52%))
hex
background-color: #F1A57E;
tailwind
bg-[hsl(20,80%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 80%, 72%, 0.4);
css variable
--color-primary: hsl(20, 80%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 80%, 72%)?
HEX: #F1A57E | RGB: rgb(241, 165, 126) | CMYK: 0%, 32%, 48%, 5% | HSV: 20°, 48%, 95%. Copy any format from the conversion table above.
What colors go well with #F1A57E?
The complementary color is HSL(200, 80%, 72%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 80%, 72%) in CSS?
As HSL: color: hsl(20, 80%, 72%); — As HEX: color: #F1A57E; — As RGB: color: rgb(241, 165, 126); — Tailwind CSS: bg-[hsl(20,80%,72%)] — CSS variable: --color-primary: hsl(20, 80%, 72%);