HSL(41, 74%, 89%)
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,74%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 74%, 89%) | color: hsl(41, 74%, 89%) | |
| HEX | #F8EBCE | color: #F8EBCE | |
| RGB | rgb(248, 235, 206) | color: rgb(248, 235, 206) | |
| CMYK | cmyk(0%, 5%, 17%, 3%) | — | |
| HSV | hsv(41, 17%, 97%) | — | |
| HWB | hwb(41 81% 3%) | color: hwb(41 81% 3%) | |
| OKLCH | oklch(0.9429 0.0406 86.73) | color: oklch(0.9429 0.0406 86.73) | |
| Lab | lab(93.38 -0.23 15.66) | color: lab(93.38 -0.23 15.66) | |
| LCH | lch(93.38 15.66 90.84) | color: lch(93.38 15.66 90.84) |
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)
#F2F2D5 — rgb(242, 242, 213)
Deuteranopia (Green-blind)
#F3F4D7 — rgb(243, 244, 215)
Tritanopia (Blue-blind)
#F7DBDC — rgb(247, 219, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 74%, 89%);
text
color: hsl(41, 74%, 89%);
border
border: 2px solid hsl(41, 74%, 89%);
gradient light
background: linear-gradient(to right, hsl(41, 74%, 100%), hsl(41, 74%, 89%));
gradient dark
background: linear-gradient(to right, hsl(41, 74%, 89%), hsl(41, 74%, 69%))
hex
background-color: #F8EBCE;
tailwind
bg-[hsl(41,74%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 74%, 89%, 0.4);
css variable
--color-primary: hsl(41, 74%, 89%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 74%, 89%)?
HEX: #F8EBCE | RGB: rgb(248, 235, 206) | CMYK: 0%, 5%, 17%, 3% | HSV: 41°, 17%, 97%. Copy any format from the conversion table above.
What colors go well with #F8EBCE?
The complementary color is HSL(221, 74%, 89%). 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, 74%, 89%) in CSS?
As HSL: color: hsl(41, 74%, 89%); — As HEX: color: #F8EBCE; — As RGB: color: rgb(248, 235, 206); — Tailwind CSS: bg-[hsl(41,74%,89%)] — CSS variable: --color-primary: hsl(41, 74%, 89%);