HSL(22, 15%, 93%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(22,15%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 15%, 93%) | color: hsl(22, 15%, 93%) | |
| HEX | #F0ECEA | color: #F0ECEA | |
| RGB | rgb(240, 236, 234) | color: rgb(240, 236, 234) | |
| CMYK | cmyk(0%, 2%, 3%, 6%) | — | |
| HSV | hsv(20, 3%, 94%) | — | |
| HWB | hwb(20 91% 6%) | color: hwb(20 91% 6%) | |
| OKLCH | oklch(0.9456 0.0051 48.68) | color: oklch(0.9456 0.0051 48.68) | |
| Lab | lab(93.65 0.99 1.44) | color: lab(93.65 0.99 1.44) | |
| LCH | lch(93.65 1.75 55.49) | color: lch(93.65 1.75 55.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)
#EEEEEA — rgb(238, 238, 234)
Deuteranopia (Green-blind)
#EFEFEB — rgb(239, 239, 235)
Tritanopia (Blue-blind)
#F0EBEB — rgb(240, 235, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 15%, 93%);
text
color: hsl(22, 15%, 93%);
border
border: 2px solid hsl(22, 15%, 93%);
gradient light
background: linear-gradient(to right, hsl(22, 15%, 100%), hsl(22, 15%, 93%));
gradient dark
background: linear-gradient(to right, hsl(22, 15%, 93%), hsl(22, 15%, 73%))
hex
background-color: #F0ECEA;
tailwind
bg-[hsl(22,15%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 15%, 93%, 0.4);
css variable
--color-primary: hsl(22, 15%, 93%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 15%, 93%)?
HEX: #F0ECEA | RGB: rgb(240, 236, 234) | CMYK: 0%, 2%, 3%, 6% | HSV: 20°, 3%, 94%. Copy any format from the conversion table above.
What colors go well with #F0ECEA?
The complementary color is HSL(202, 15%, 93%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 15%, 93%) in CSS?
As HSL: color: hsl(22, 15%, 93%); — As HEX: color: #F0ECEA; — As RGB: color: rgb(240, 236, 234); — Tailwind CSS: bg-[hsl(22,15%,93%)] — CSS variable: --color-primary: hsl(22, 15%, 93%);