HSL(32, 91%, 93%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,91%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 91%, 93%) | color: hsl(32, 91%, 93%) | |
| HEX | #FDEEDD | color: #FDEEDD | |
| RGB | rgb(253, 238, 221) | color: rgb(253, 238, 221) | |
| CMYK | cmyk(0%, 6%, 13%, 1%) | — | |
| HSV | hsv(32, 13%, 99%) | — | |
| HWB | hwb(32 86% 1%) | color: hwb(32 86% 1%) | |
| OKLCH | oklch(0.9565 0.0278 70.95) | color: oklch(0.9565 0.0278 70.95) | |
| Lab | lab(94.85 2.3 10.04) | color: lab(94.85 2.3 10.04) | |
| LCH | lch(94.85 10.3 77.1) | color: lch(94.85 10.3 77.1) |
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)
#F7F6E1 — rgb(247, 246, 225)
Deuteranopia (Green-blind)
#F7F9E2 — rgb(247, 249, 226)
Tritanopia (Blue-blind)
#FCE4E5 — rgb(252, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 91%, 93%);
text
color: hsl(32, 91%, 93%);
border
border: 2px solid hsl(32, 91%, 93%);
gradient light
background: linear-gradient(to right, hsl(32, 91%, 100%), hsl(32, 91%, 93%));
gradient dark
background: linear-gradient(to right, hsl(32, 91%, 93%), hsl(32, 91%, 73%))
hex
background-color: #FDEEDD;
tailwind
bg-[hsl(32,91%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 91%, 93%, 0.4);
css variable
--color-primary: hsl(32, 91%, 93%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 91%, 93%)?
HEX: #FDEEDD | RGB: rgb(253, 238, 221) | CMYK: 0%, 6%, 13%, 1% | HSV: 32°, 13%, 99%. Copy any format from the conversion table above.
What colors go well with #FDEEDD?
The complementary color is HSL(212, 91%, 93%). 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%, 93%) in CSS?
As HSL: color: hsl(32, 91%, 93%); — As HEX: color: #FDEEDD; — As RGB: color: rgb(253, 238, 221); — Tailwind CSS: bg-[hsl(32,91%,93%)] — CSS variable: --color-primary: hsl(32, 91%, 93%);