HSL(15, 100%, 96%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(15,100%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 100%, 96%) | color: hsl(15, 100%, 96%) | |
| HEX | #FFF0EB | color: #FFF0EB | |
| RGB | rgb(255, 240, 235) | color: rgb(255, 240, 235) | |
| CMYK | cmyk(0%, 6%, 8%, 0%) | — | |
| HSV | hsv(15, 8%, 100%) | — | |
| HWB | hwb(15 92% 0%) | color: hwb(15 92% 0%) | |
| OKLCH | oklch(0.9656 0.0176 39.4) | color: oklch(0.9656 0.0176 39.4) | |
| Lab | lab(95.82 4.21 4.22) | color: lab(95.82 4.21 4.22) | |
| LCH | lch(95.82 5.96 45.07) | color: lch(95.82 5.96 45.07) |
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)
#F9F8EC — rgb(249, 248, 236)
Deuteranopia (Green-blind)
#F9FBED — rgb(249, 251, 237)
Tritanopia (Blue-blind)
#FEEDED — rgb(254, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 100%, 96%);
text
color: hsl(15, 100%, 96%);
border
border: 2px solid hsl(15, 100%, 96%);
gradient light
background: linear-gradient(to right, hsl(15, 100%, 100%), hsl(15, 100%, 96%));
gradient dark
background: linear-gradient(to right, hsl(15, 100%, 96%), hsl(15, 100%, 76%))
hex
background-color: #FFF0EB;
tailwind
bg-[hsl(15,100%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 100%, 96%, 0.4);
css variable
--color-primary: hsl(15, 100%, 96%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 100%, 96%)?
HEX: #FFF0EB | RGB: rgb(255, 240, 235) | CMYK: 0%, 6%, 8%, 0% | HSV: 15°, 8%, 100%. Copy any format from the conversion table above.
What colors go well with #FFF0EB?
The complementary color is HSL(195, 100%, 96%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 100%, 96%) in CSS?
As HSL: color: hsl(15, 100%, 96%); — As HEX: color: #FFF0EB; — As RGB: color: rgb(255, 240, 235); — Tailwind CSS: bg-[hsl(15,100%,96%)] — CSS variable: --color-primary: hsl(15, 100%, 96%);