HSL(31, 20%, 86%)
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,20%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 20%, 86%) | color: hsl(31, 20%, 86%) | |
| HEX | #E2DCD4 | color: #E2DCD4 | |
| RGB | rgb(226, 220, 212) | color: rgb(226, 220, 212) | |
| CMYK | cmyk(0%, 3%, 6%, 11%) | — | |
| HSV | hsv(34, 6%, 89%) | — | |
| HWB | hwb(34 84% 11%) | color: hwb(34 84% 11%) | |
| OKLCH | oklch(0.897 0.0127 75.36) | color: oklch(0.897 0.0127 75.36) | |
| Lab | lab(88.02 0.66 4.65) | color: lab(88.02 0.66 4.65) | |
| LCH | lch(88.02 4.7 81.92) | color: lch(88.02 4.7 81.92) |
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)
#DFDFD6 — rgb(223, 223, 214)
Deuteranopia (Green-blind)
#E0E0D6 — rgb(224, 224, 214)
Tritanopia (Blue-blind)
#E2D7D8 — rgb(226, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 20%, 86%);
text
color: hsl(31, 20%, 86%);
border
border: 2px solid hsl(31, 20%, 86%);
gradient light
background: linear-gradient(to right, hsl(31, 20%, 100%), hsl(31, 20%, 86%));
gradient dark
background: linear-gradient(to right, hsl(31, 20%, 86%), hsl(31, 20%, 66%))
hex
background-color: #E2DCD4;
tailwind
bg-[hsl(31,20%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 20%, 86%, 0.4);
css variable
--color-primary: hsl(31, 20%, 86%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 20%, 86%)?
HEX: #E2DCD4 | RGB: rgb(226, 220, 212) | CMYK: 0%, 3%, 6%, 11% | HSV: 34°, 6%, 89%. Copy any format from the conversion table above.
What colors go well with #E2DCD4?
The complementary color is HSL(211, 20%, 86%). 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, 20%, 86%) in CSS?
As HSL: color: hsl(31, 20%, 86%); — As HEX: color: #E2DCD4; — As RGB: color: rgb(226, 220, 212); — Tailwind CSS: bg-[hsl(31,20%,86%)] — CSS variable: --color-primary: hsl(31, 20%, 86%);