HSL(17, 80%, 76%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,80%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 80%, 76%) | color: hsl(17, 80%, 76%) | |
| HEX | #F3AD91 | color: #F3AD91 | |
| RGB | rgb(243, 173, 145) | color: rgb(243, 173, 145) | |
| CMYK | cmyk(0%, 29%, 40%, 5%) | — | |
| HSV | hsv(17, 40%, 95%) | — | |
| HWB | hwb(17 57% 5%) | color: hwb(17 57% 5%) | |
| OKLCH | oklch(0.8073 0.0913 42.69) | color: oklch(0.8073 0.0913 42.69) | |
| Lab | lab(76.67 22.24 24.6) | color: lab(76.67 22.24 24.6) | |
| LCH | lch(76.67 33.16 47.88) | color: lch(76.67 33.16 47.88) |
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)
#D5D498 — rgb(213, 212, 152)
Deuteranopia (Green-blind)
#D9DE99 — rgb(217, 222, 153)
Tritanopia (Blue-blind)
#F09D9E — rgb(240, 157, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 80%, 76%);
text
color: hsl(17, 80%, 76%);
border
border: 2px solid hsl(17, 80%, 76%);
gradient light
background: linear-gradient(to right, hsl(17, 80%, 96%), hsl(17, 80%, 76%));
gradient dark
background: linear-gradient(to right, hsl(17, 80%, 76%), hsl(17, 80%, 56%))
hex
background-color: #F3AD91;
tailwind
bg-[hsl(17,80%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 80%, 76%, 0.4);
css variable
--color-primary: hsl(17, 80%, 76%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 80%, 76%)?
HEX: #F3AD91 | RGB: rgb(243, 173, 145) | CMYK: 0%, 29%, 40%, 5% | HSV: 17°, 40%, 95%. Copy any format from the conversion table above.
What colors go well with #F3AD91?
The complementary color is HSL(197, 80%, 76%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 80%, 76%) in CSS?
As HSL: color: hsl(17, 80%, 76%); — As HEX: color: #F3AD91; — As RGB: color: rgb(243, 173, 145); — Tailwind CSS: bg-[hsl(17,80%,76%)] — CSS variable: --color-primary: hsl(17, 80%, 76%);