HSL(32, 91%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,91%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 91%, 77%) | color: hsl(32, 91%, 77%) | |
| HEX | #FAC88F | color: #FAC88F | |
| RGB | rgb(250, 200, 143) | color: rgb(250, 200, 143) | |
| CMYK | cmyk(0%, 20%, 43%, 2%) | — | |
| HSV | hsv(32, 43%, 98%) | — | |
| HWB | hwb(32 56% 2%) | color: hwb(32 56% 2%) | |
| OKLCH | oklch(0.864 0.0926 69.78) | color: oklch(0.864 0.0926 69.78) | |
| Lab | lab(83.77 10.57 35.22) | color: lab(83.77 10.57 35.22) | |
| LCH | lch(83.77 36.77 73.29) | color: lch(83.77 36.77 73.29) |
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)
#E4E49D — rgb(228, 228, 157)
Deuteranopia (Green-blind)
#E7EBA0 — rgb(231, 235, 160)
Tritanopia (Blue-blind)
#F8A8AA — rgb(248, 168, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 91%, 77%);
text
color: hsl(32, 91%, 77%);
border
border: 2px solid hsl(32, 91%, 77%);
gradient light
background: linear-gradient(to right, hsl(32, 91%, 97%), hsl(32, 91%, 77%));
gradient dark
background: linear-gradient(to right, hsl(32, 91%, 77%), hsl(32, 91%, 57%))
hex
background-color: #FAC88F;
tailwind
bg-[hsl(32,91%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 91%, 77%, 0.4);
css variable
--color-primary: hsl(32, 91%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 91%, 77%)?
HEX: #FAC88F | RGB: rgb(250, 200, 143) | CMYK: 0%, 20%, 43%, 2% | HSV: 32°, 43%, 98%. Copy any format from the conversion table above.
What colors go well with #FAC88F?
The complementary color is HSL(212, 91%, 77%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 91%, 77%) in CSS?
As HSL: color: hsl(32, 91%, 77%); — As HEX: color: #FAC88F; — As RGB: color: rgb(250, 200, 143); — Tailwind CSS: bg-[hsl(32,91%,77%)] — CSS variable: --color-primary: hsl(32, 91%, 77%);