HSL(32, 85%, 84%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,85%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 85%, 84%) | color: hsl(32, 85%, 84%) | |
| HEX | #F9D9B4 | color: #F9D9B4 | |
| RGB | rgb(249, 217, 180) | color: rgb(249, 217, 180) | |
| CMYK | cmyk(0%, 13%, 28%, 2%) | — | |
| HSV | hsv(32, 28%, 98%) | — | |
| HWB | hwb(32 71% 2%) | color: hwb(32 71% 2%) | |
| OKLCH | oklch(0.9028 0.0603 71) | color: oklch(0.9028 0.0603 71) | |
| Lab | lab(88.48 5.71 22.34) | color: lab(88.48 5.71 22.34) | |
| LCH | lch(88.48 23.06 75.66) | color: lch(88.48 23.06 75.66) |
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)
#EBEBBD — rgb(235, 235, 189)
Deuteranopia (Green-blind)
#EDEFBF — rgb(237, 239, 191)
Tritanopia (Blue-blind)
#F7C4C6 — rgb(247, 196, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 85%, 84%);
text
color: hsl(32, 85%, 84%);
border
border: 2px solid hsl(32, 85%, 84%);
gradient light
background: linear-gradient(to right, hsl(32, 85%, 100%), hsl(32, 85%, 84%));
gradient dark
background: linear-gradient(to right, hsl(32, 85%, 84%), hsl(32, 85%, 64%))
hex
background-color: #F9D9B4;
tailwind
bg-[hsl(32,85%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 85%, 84%, 0.4);
css variable
--color-primary: hsl(32, 85%, 84%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 85%, 84%)?
HEX: #F9D9B4 | RGB: rgb(249, 217, 180) | CMYK: 0%, 13%, 28%, 2% | HSV: 32°, 28%, 98%. Copy any format from the conversion table above.
What colors go well with #F9D9B4?
The complementary color is HSL(212, 85%, 84%). 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, 85%, 84%) in CSS?
As HSL: color: hsl(32, 85%, 84%); — As HEX: color: #F9D9B4; — As RGB: color: rgb(249, 217, 180); — Tailwind CSS: bg-[hsl(32,85%,84%)] — CSS variable: --color-primary: hsl(32, 85%, 84%);