HSL(31, 25%, 92%)
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(31,25%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 25%, 92%) | color: hsl(31, 25%, 92%) | |
| HEX | #F0EBE6 | color: #F0EBE6 | |
| RGB | rgb(240, 235, 230) | color: rgb(240, 235, 230) | |
| CMYK | cmyk(0%, 2%, 4%, 6%) | — | |
| HSV | hsv(30, 4%, 94%) | — | |
| HWB | hwb(30 90% 6%) | color: hwb(30 90% 6%) | |
| OKLCH | oklch(0.9426 0.0086 67.72) | color: oklch(0.9426 0.0086 67.72) | |
| Lab | lab(93.3 0.81 3.02) | color: lab(93.3 0.81 3.02) | |
| LCH | lch(93.3 3.13 74.99) | color: lch(93.3 3.13 74.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)
#EEEEE7 — rgb(238, 238, 231)
Deuteranopia (Green-blind)
#EEEFE8 — rgb(238, 239, 232)
Tritanopia (Blue-blind)
#F0E8E8 — rgb(240, 232, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 25%, 92%);
text
color: hsl(31, 25%, 92%);
border
border: 2px solid hsl(31, 25%, 92%);
gradient light
background: linear-gradient(to right, hsl(31, 25%, 100%), hsl(31, 25%, 92%));
gradient dark
background: linear-gradient(to right, hsl(31, 25%, 92%), hsl(31, 25%, 72%))
hex
background-color: #F0EBE6;
tailwind
bg-[hsl(31,25%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 25%, 92%, 0.4);
css variable
--color-primary: hsl(31, 25%, 92%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 25%, 92%)?
HEX: #F0EBE6 | RGB: rgb(240, 235, 230) | CMYK: 0%, 2%, 4%, 6% | HSV: 30°, 4%, 94%. Copy any format from the conversion table above.
What colors go well with #F0EBE6?
The complementary color is HSL(211, 25%, 92%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 25%, 92%) in CSS?
As HSL: color: hsl(31, 25%, 92%); — As HEX: color: #F0EBE6; — As RGB: color: rgb(240, 235, 230); — Tailwind CSS: bg-[hsl(31,25%,92%)] — CSS variable: --color-primary: hsl(31, 25%, 92%);