HSL(20, 80%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,80%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 80%, 74%) | color: hsl(20, 80%, 74%) | |
| HEX | #F2AB88 | color: #F2AB88 | |
| RGB | rgb(242, 171, 136) | color: rgb(242, 171, 136) | |
| CMYK | cmyk(0%, 29%, 44%, 5%) | — | |
| HSV | hsv(20, 44%, 95%) | — | |
| HWB | hwb(20 53% 5%) | color: hwb(20 53% 5%) | |
| OKLCH | oklch(0.8008 0.0965 47.14) | color: oklch(0.8008 0.0965 47.14) | |
| Lab | lab(75.94 21.96 28.42) | color: lab(75.94 21.96 28.42) | |
| LCH | lch(75.94 35.92 52.31) | color: lch(75.94 35.92 52.31) |
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)
#D3D390 — rgb(211, 211, 144)
Deuteranopia (Green-blind)
#D7DD93 — rgb(215, 221, 147)
Tritanopia (Blue-blind)
#EE9799 — rgb(238, 151, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 80%, 74%);
text
color: hsl(20, 80%, 74%);
border
border: 2px solid hsl(20, 80%, 74%);
gradient light
background: linear-gradient(to right, hsl(20, 80%, 94%), hsl(20, 80%, 74%));
gradient dark
background: linear-gradient(to right, hsl(20, 80%, 74%), hsl(20, 80%, 54%))
hex
background-color: #F2AB88;
tailwind
bg-[hsl(20,80%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 80%, 74%, 0.4);
css variable
--color-primary: hsl(20, 80%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 80%, 74%)?
HEX: #F2AB88 | RGB: rgb(242, 171, 136) | CMYK: 0%, 29%, 44%, 5% | HSV: 20°, 44%, 95%. Copy any format from the conversion table above.
What colors go well with #F2AB88?
The complementary color is HSL(200, 80%, 74%). 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%, 74%) in CSS?
As HSL: color: hsl(20, 80%, 74%); — As HEX: color: #F2AB88; — As RGB: color: rgb(242, 171, 136); — Tailwind CSS: bg-[hsl(20,80%,74%)] — CSS variable: --color-primary: hsl(20, 80%, 74%);