HSL(38, 55%, 95%)
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(38,55%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 55%, 95%) | color: hsl(38, 55%, 95%) | |
| HEX | #F9F4EB | color: #F9F4EB | |
| RGB | rgb(249, 244, 235) | color: rgb(249, 244, 235) | |
| CMYK | cmyk(0%, 2%, 6%, 2%) | — | |
| HSV | hsv(39, 6%, 98%) | — | |
| HWB | hwb(39 92% 2%) | color: hwb(39 92% 2%) | |
| OKLCH | oklch(0.9686 0.0131 82.4) | color: oklch(0.9686 0.0131 82.4) | |
| Lab | lab(96.34 0.13 4.92) | color: lab(96.34 0.13 4.92) | |
| LCH | lch(96.34 4.92 88.49) | color: lch(96.34 4.92 88.49) |
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)
#F7F7ED — rgb(247, 247, 237)
Deuteranopia (Green-blind)
#F7F8EE — rgb(247, 248, 238)
Tritanopia (Blue-blind)
#F9EFEF — rgb(249, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 55%, 95%);
text
color: hsl(38, 55%, 95%);
border
border: 2px solid hsl(38, 55%, 95%);
gradient light
background: linear-gradient(to right, hsl(38, 55%, 100%), hsl(38, 55%, 95%));
gradient dark
background: linear-gradient(to right, hsl(38, 55%, 95%), hsl(38, 55%, 75%))
hex
background-color: #F9F4EB;
tailwind
bg-[hsl(38,55%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 55%, 95%, 0.4);
css variable
--color-primary: hsl(38, 55%, 95%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 55%, 95%)?
HEX: #F9F4EB | RGB: rgb(249, 244, 235) | CMYK: 0%, 2%, 6%, 2% | HSV: 39°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #F9F4EB?
The complementary color is HSL(218, 55%, 95%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 55%, 95%) in CSS?
As HSL: color: hsl(38, 55%, 95%); — As HEX: color: #F9F4EB; — As RGB: color: rgb(249, 244, 235); — Tailwind CSS: bg-[hsl(38,55%,95%)] — CSS variable: --color-primary: hsl(38, 55%, 95%);