HSL(18, 83%, 82%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,83%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 83%, 82%) | color: hsl(18, 83%, 82%) | |
| HEX | #F7C2AB | color: #F7C2AB | |
| RGB | rgb(247, 194, 171) | color: rgb(247, 194, 171) | |
| CMYK | cmyk(0%, 21%, 31%, 3%) | — | |
| HSV | hsv(18, 31%, 97%) | — | |
| HWB | hwb(18 67% 3%) | color: hwb(18 67% 3%) | |
| OKLCH | oklch(0.8554 0.0687 44.62) | color: oklch(0.8554 0.0687 44.62) | |
| Lab | lab(82.54 15.78 18.82) | color: lab(82.54 15.78 18.82) | |
| LCH | lch(82.54 24.56 50.02) | color: lch(82.54 24.56 50.02) |
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)
#E0E0B1 — rgb(224, 224, 177)
Deuteranopia (Green-blind)
#E3E7B2 — rgb(227, 231, 178)
Tritanopia (Blue-blind)
#F4B5B6 — rgb(244, 181, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 83%, 82%);
text
color: hsl(18, 83%, 82%);
border
border: 2px solid hsl(18, 83%, 82%);
gradient light
background: linear-gradient(to right, hsl(18, 83%, 100%), hsl(18, 83%, 82%));
gradient dark
background: linear-gradient(to right, hsl(18, 83%, 82%), hsl(18, 83%, 62%))
hex
background-color: #F7C2AB;
tailwind
bg-[hsl(18,83%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 83%, 82%, 0.4);
css variable
--color-primary: hsl(18, 83%, 82%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 83%, 82%)?
HEX: #F7C2AB | RGB: rgb(247, 194, 171) | CMYK: 0%, 21%, 31%, 3% | HSV: 18°, 31%, 97%. Copy any format from the conversion table above.
What colors go well with #F7C2AB?
The complementary color is HSL(198, 83%, 82%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 83%, 82%) in CSS?
As HSL: color: hsl(18, 83%, 82%); — As HEX: color: #F7C2AB; — As RGB: color: rgb(247, 194, 171); — Tailwind CSS: bg-[hsl(18,83%,82%)] — CSS variable: --color-primary: hsl(18, 83%, 82%);