HSL(38, 21%, 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(38,21%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 21%, 86%) | color: hsl(38, 21%, 86%) | |
| HEX | #E3DDD4 | color: #E3DDD4 | |
| RGB | rgb(227, 221, 212) | color: rgb(227, 221, 212) | |
| CMYK | cmyk(0%, 3%, 7%, 11%) | — | |
| HSV | hsv(36, 7%, 89%) | — | |
| HWB | hwb(36 83% 11%) | color: hwb(36 83% 11%) | |
| OKLCH | oklch(0.8998 0.0138 78.26) | color: oklch(0.8998 0.0138 78.26) | |
| Lab | lab(88.35 0.49 5.14) | color: lab(88.35 0.49 5.14) | |
| LCH | lch(88.35 5.16 84.55) | color: lch(88.35 5.16 84.55) |
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)
#E0E0D6 — rgb(224, 224, 214)
Deuteranopia (Green-blind)
#E1E1D7 — rgb(225, 225, 215)
Tritanopia (Blue-blind)
#E3D8D8 — rgb(227, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 21%, 86%);
text
color: hsl(38, 21%, 86%);
border
border: 2px solid hsl(38, 21%, 86%);
gradient light
background: linear-gradient(to right, hsl(38, 21%, 100%), hsl(38, 21%, 86%));
gradient dark
background: linear-gradient(to right, hsl(38, 21%, 86%), hsl(38, 21%, 66%))
hex
background-color: #E3DDD4;
tailwind
bg-[hsl(38,21%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 21%, 86%, 0.4);
css variable
--color-primary: hsl(38, 21%, 86%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 21%, 86%)?
HEX: #E3DDD4 | RGB: rgb(227, 221, 212) | CMYK: 0%, 3%, 7%, 11% | HSV: 36°, 7%, 89%. Copy any format from the conversion table above.
What colors go well with #E3DDD4?
The complementary color is HSL(218, 21%, 86%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 21%, 86%) in CSS?
As HSL: color: hsl(38, 21%, 86%); — As HEX: color: #E3DDD4; — As RGB: color: rgb(227, 221, 212); — Tailwind CSS: bg-[hsl(38,21%,86%)] — CSS variable: --color-primary: hsl(38, 21%, 86%);