HSL(41, 100%, 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,100%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 100%, 87%) | color: hsl(41, 100%, 87%) | |
| HEX | #FFEABD | color: #FFEABD | |
| RGB | rgb(255, 234, 189) | color: rgb(255, 234, 189) | |
| CMYK | cmyk(0%, 8%, 26%, 0%) | — | |
| HSV | hsv(41, 26%, 100%) | — | |
| HWB | hwb(41 74% 0%) | color: hwb(41 74% 0%) | |
| OKLCH | oklch(0.943 0.0625 85.9) | color: oklch(0.943 0.0625 85.9) | |
| Lab | lab(93.36 0.43 24.49) | color: lab(93.36 0.43 24.49) | |
| LCH | lch(93.36 24.49 88.99) | color: lch(93.36 24.49 88.99) |
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)
#F6F6C8 — rgb(246, 246, 200)
Deuteranopia (Green-blind)
#F7F9CB — rgb(247, 249, 203)
Tritanopia (Blue-blind)
#FED0D2 — rgb(254, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 100%, 87%);
text
color: hsl(41, 100%, 87%);
border
border: 2px solid hsl(41, 100%, 87%);
gradient light
background: linear-gradient(to right, hsl(41, 100%, 100%), hsl(41, 100%, 87%));
gradient dark
background: linear-gradient(to right, hsl(41, 100%, 87%), hsl(41, 100%, 67%))
hex
background-color: #FFEABD;
tailwind
bg-[hsl(41,100%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 100%, 87%, 0.4);
css variable
--color-primary: hsl(41, 100%, 87%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 100%, 87%)?
HEX: #FFEABD | RGB: rgb(255, 234, 189) | CMYK: 0%, 8%, 26%, 0% | HSV: 41°, 26%, 100%. Copy any format from the conversion table above.
What colors go well with #FFEABD?
The complementary color is HSL(221, 100%, 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, 100%, 87%) in CSS?
As HSL: color: hsl(41, 100%, 87%); — As HEX: color: #FFEABD; — As RGB: color: rgb(255, 234, 189); — Tailwind CSS: bg-[hsl(41,100%,87%)] — CSS variable: --color-primary: hsl(41, 100%, 87%);