HSL(32, 95%, 90%)
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,95%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 95%, 90%) | color: hsl(32, 95%, 90%) | |
| HEX | #FEE7CD | color: #FEE7CD | |
| RGB | rgb(254, 231, 205) | color: rgb(254, 231, 205) | |
| CMYK | cmyk(0%, 9%, 19%, 0%) | — | |
| HSV | hsv(32, 19%, 100%) | — | |
| HWB | hwb(32 81% 0%) | color: hwb(32 81% 0%) | |
| OKLCH | oklch(0.9399 0.0426 70.69) | color: oklch(0.9399 0.0426 70.69) | |
| Lab | lab(92.85 3.81 15.51) | color: lab(92.85 3.81 15.51) | |
| LCH | lch(92.85 15.97 76.2) | color: lch(92.85 15.97 76.2) |
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)
#F4F4D3 — rgb(244, 244, 211)
Deuteranopia (Green-blind)
#F5F7D5 — rgb(245, 247, 213)
Tritanopia (Blue-blind)
#FDD8D9 — rgb(253, 216, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 95%, 90%);
text
color: hsl(32, 95%, 90%);
border
border: 2px solid hsl(32, 95%, 90%);
gradient light
background: linear-gradient(to right, hsl(32, 95%, 100%), hsl(32, 95%, 90%));
gradient dark
background: linear-gradient(to right, hsl(32, 95%, 90%), hsl(32, 95%, 70%))
hex
background-color: #FEE7CD;
tailwind
bg-[hsl(32,95%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 95%, 90%, 0.4);
css variable
--color-primary: hsl(32, 95%, 90%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 95%, 90%)?
HEX: #FEE7CD | RGB: rgb(254, 231, 205) | CMYK: 0%, 9%, 19%, 0% | HSV: 32°, 19%, 100%. Copy any format from the conversion table above.
What colors go well with #FEE7CD?
The complementary color is HSL(212, 95%, 90%). 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, 95%, 90%) in CSS?
As HSL: color: hsl(32, 95%, 90%); — As HEX: color: #FEE7CD; — As RGB: color: rgb(254, 231, 205); — Tailwind CSS: bg-[hsl(32,95%,90%)] — CSS variable: --color-primary: hsl(32, 95%, 90%);