HSL(38, 26%, 90%)
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,26%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 26%, 90%) | color: hsl(38, 26%, 90%) | |
| HEX | #ECE7DF | color: #ECE7DF | |
| RGB | rgb(236, 231, 223) | color: rgb(236, 231, 223) | |
| CMYK | cmyk(0%, 2%, 6%, 7%) | — | |
| HSV | hsv(37, 6%, 93%) | — | |
| HWB | hwb(37 87% 7%) | color: hwb(37 87% 7%) | |
| OKLCH | oklch(0.9297 0.012 79.78) | color: oklch(0.9297 0.012 79.78) | |
| Lab | lab(91.83 0.31 4.48) | color: lab(91.83 0.31 4.48) | |
| LCH | lch(91.83 4.49 86.04) | color: lch(91.83 4.49 86.04) |
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)
#EAEAE1 — rgb(234, 234, 225)
Deuteranopia (Green-blind)
#EAEBE1 — rgb(234, 235, 225)
Tritanopia (Blue-blind)
#ECE2E3 — rgb(236, 226, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 26%, 90%);
text
color: hsl(38, 26%, 90%);
border
border: 2px solid hsl(38, 26%, 90%);
gradient light
background: linear-gradient(to right, hsl(38, 26%, 100%), hsl(38, 26%, 90%));
gradient dark
background: linear-gradient(to right, hsl(38, 26%, 90%), hsl(38, 26%, 70%))
hex
background-color: #ECE7DF;
tailwind
bg-[hsl(38,26%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 26%, 90%, 0.4);
css variable
--color-primary: hsl(38, 26%, 90%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 26%, 90%)?
HEX: #ECE7DF | RGB: rgb(236, 231, 223) | CMYK: 0%, 2%, 6%, 7% | HSV: 37°, 6%, 93%. Copy any format from the conversion table above.
What colors go well with #ECE7DF?
The complementary color is HSL(218, 26%, 90%). 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, 26%, 90%) in CSS?
As HSL: color: hsl(38, 26%, 90%); — As HEX: color: #ECE7DF; — As RGB: color: rgb(236, 231, 223); — Tailwind CSS: bg-[hsl(38,26%,90%)] — CSS variable: --color-primary: hsl(38, 26%, 90%);