HSL(41, 83%, 87%)
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,83%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 83%, 87%) | color: hsl(41, 83%, 87%) | |
| HEX | #F9E8C2 | color: #F9E8C2 | |
| RGB | rgb(249, 232, 194) | color: rgb(249, 232, 194) | |
| CMYK | cmyk(0%, 7%, 22%, 2%) | — | |
| HSV | hsv(41, 22%, 98%) | — | |
| HWB | hwb(41 76% 2%) | color: hwb(41 76% 2%) | |
| OKLCH | oklch(0.9351 0.0529 86.76) | color: oklch(0.9351 0.0529 86.76) | |
| Lab | lab(92.46 -0.08 20.6) | color: lab(92.46 -0.08 20.6) | |
| LCH | lch(92.46 20.6 90.22) | color: lch(92.46 20.6 90.22) |
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)
#F2F1CB — rgb(242, 241, 203)
Deuteranopia (Green-blind)
#F3F4CD — rgb(243, 244, 205)
Tritanopia (Blue-blind)
#F8D2D4 — rgb(248, 210, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 83%, 87%);
text
color: hsl(41, 83%, 87%);
border
border: 2px solid hsl(41, 83%, 87%);
gradient light
background: linear-gradient(to right, hsl(41, 83%, 100%), hsl(41, 83%, 87%));
gradient dark
background: linear-gradient(to right, hsl(41, 83%, 87%), hsl(41, 83%, 67%))
hex
background-color: #F9E8C2;
tailwind
bg-[hsl(41,83%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 83%, 87%, 0.4);
css variable
--color-primary: hsl(41, 83%, 87%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 83%, 87%)?
HEX: #F9E8C2 | RGB: rgb(249, 232, 194) | CMYK: 0%, 7%, 22%, 2% | HSV: 41°, 22%, 98%. Copy any format from the conversion table above.
What colors go well with #F9E8C2?
The complementary color is HSL(221, 83%, 87%). 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, 83%, 87%) in CSS?
As HSL: color: hsl(41, 83%, 87%); — As HEX: color: #F9E8C2; — As RGB: color: rgb(249, 232, 194); — Tailwind CSS: bg-[hsl(41,83%,87%)] — CSS variable: --color-primary: hsl(41, 83%, 87%);