HSL(20, 27%, 86%)
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(20,27%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 27%, 86%) | color: hsl(20, 27%, 86%) | |
| HEX | #E5D8D2 | color: #E5D8D2 | |
| RGB | rgb(229, 216, 210) | color: rgb(229, 216, 210) | |
| CMYK | cmyk(0%, 6%, 8%, 10%) | — | |
| HSV | hsv(19, 8%, 90%) | — | |
| HWB | hwb(19 83% 10%) | color: hwb(19 83% 10%) | |
| OKLCH | oklch(0.891 0.0166 46.56) | color: oklch(0.891 0.0166 46.56) | |
| Lab | lab(87.2 3.44 4.55) | color: lab(87.2 3.44 4.55) | |
| LCH | lch(87.2 5.7 52.91) | color: lch(87.2 5.7 52.91) |
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)
#DFDFD3 — rgb(223, 223, 211)
Deuteranopia (Green-blind)
#E0E1D4 — rgb(224, 225, 212)
Tritanopia (Blue-blind)
#E4D5D5 — rgb(228, 213, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 27%, 86%);
text
color: hsl(20, 27%, 86%);
border
border: 2px solid hsl(20, 27%, 86%);
gradient light
background: linear-gradient(to right, hsl(20, 27%, 100%), hsl(20, 27%, 86%));
gradient dark
background: linear-gradient(to right, hsl(20, 27%, 86%), hsl(20, 27%, 66%))
hex
background-color: #E5D8D2;
tailwind
bg-[hsl(20,27%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 27%, 86%, 0.4);
css variable
--color-primary: hsl(20, 27%, 86%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 27%, 86%)?
HEX: #E5D8D2 | RGB: rgb(229, 216, 210) | CMYK: 0%, 6%, 8%, 10% | HSV: 19°, 8%, 90%. Copy any format from the conversion table above.
What colors go well with #E5D8D2?
The complementary color is HSL(200, 27%, 86%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 27%, 86%) in CSS?
As HSL: color: hsl(20, 27%, 86%); — As HEX: color: #E5D8D2; — As RGB: color: rgb(229, 216, 210); — Tailwind CSS: bg-[hsl(20,27%,86%)] — CSS variable: --color-primary: hsl(20, 27%, 86%);