HSL(32, 93%, 96%)
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,93%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 93%, 96%) | color: hsl(32, 93%, 96%) | |
| HEX | #FEF5EB | color: #FEF5EB | |
| RGB | rgb(254, 245, 235) | color: rgb(254, 245, 235) | |
| CMYK | cmyk(0%, 4%, 7%, 0%) | — | |
| HSV | hsv(32, 7%, 100%) | — | |
| HWB | hwb(32 93% 0%) | color: hwb(32 93% 0%) | |
| OKLCH | oklch(0.9744 0.0164 70.54) | color: oklch(0.9744 0.0164 70.54) | |
| Lab | lab(96.97 1.33 5.88) | color: lab(96.97 1.33 5.88) | |
| LCH | lch(96.97 6.03 77.25) | color: lch(96.97 6.03 77.25) |
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)
#FAFAED — rgb(250, 250, 237)
Deuteranopia (Green-blind)
#FBFBEE — rgb(251, 251, 238)
Tritanopia (Blue-blind)
#FEEFF0 — rgb(254, 239, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 93%, 96%);
text
color: hsl(32, 93%, 96%);
border
border: 2px solid hsl(32, 93%, 96%);
gradient light
background: linear-gradient(to right, hsl(32, 93%, 100%), hsl(32, 93%, 96%));
gradient dark
background: linear-gradient(to right, hsl(32, 93%, 96%), hsl(32, 93%, 76%))
hex
background-color: #FEF5EB;
tailwind
bg-[hsl(32,93%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 93%, 96%, 0.4);
css variable
--color-primary: hsl(32, 93%, 96%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 93%, 96%)?
HEX: #FEF5EB | RGB: rgb(254, 245, 235) | CMYK: 0%, 4%, 7%, 0% | HSV: 32°, 7%, 100%. Copy any format from the conversion table above.
What colors go well with #FEF5EB?
The complementary color is HSL(212, 93%, 96%). 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, 93%, 96%) in CSS?
As HSL: color: hsl(32, 93%, 96%); — As HEX: color: #FEF5EB; — As RGB: color: rgb(254, 245, 235); — Tailwind CSS: bg-[hsl(32,93%,96%)] — CSS variable: --color-primary: hsl(32, 93%, 96%);