HSL(41, 92%, 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(41,92%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 92%, 90%) | color: hsl(41, 92%, 90%) | |
| HEX | #FDEECE | color: #FDEECE | |
| RGB | rgb(253, 238, 206) | color: rgb(253, 238, 206) | |
| CMYK | cmyk(0%, 6%, 19%, 1%) | — | |
| HSV | hsv(41, 19%, 99%) | — | |
| HWB | hwb(41 80% 1%) | color: hwb(41 80% 1%) | |
| OKLCH | oklch(0.9528 0.0448 85.87) | color: oklch(0.9528 0.0448 85.87) | |
| Lab | lab(94.52 0.03 17.33) | color: lab(94.52 0.03 17.33) | |
| LCH | lch(94.52 17.33 89.9) | color: lch(94.52 17.33 89.9) |
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)
#F7F6D6 — rgb(247, 246, 214)
Deuteranopia (Green-blind)
#F7F9D8 — rgb(247, 249, 216)
Tritanopia (Blue-blind)
#FCDCDD — rgb(252, 220, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 92%, 90%);
text
color: hsl(41, 92%, 90%);
border
border: 2px solid hsl(41, 92%, 90%);
gradient light
background: linear-gradient(to right, hsl(41, 92%, 100%), hsl(41, 92%, 90%));
gradient dark
background: linear-gradient(to right, hsl(41, 92%, 90%), hsl(41, 92%, 70%))
hex
background-color: #FDEECE;
tailwind
bg-[hsl(41,92%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 92%, 90%, 0.4);
css variable
--color-primary: hsl(41, 92%, 90%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 92%, 90%)?
HEX: #FDEECE | RGB: rgb(253, 238, 206) | CMYK: 0%, 6%, 19%, 1% | HSV: 41°, 19%, 99%. Copy any format from the conversion table above.
What colors go well with #FDEECE?
The complementary color is HSL(221, 92%, 90%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 92%, 90%) in CSS?
As HSL: color: hsl(41, 92%, 90%); — As HEX: color: #FDEECE; — As RGB: color: rgb(253, 238, 206); — Tailwind CSS: bg-[hsl(41,92%,90%)] — CSS variable: --color-primary: hsl(41, 92%, 90%);