HSL(38, 41%, 80%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,41%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 41%, 80%) | color: hsl(38, 41%, 80%) | |
| HEX | #E1D2B7 | color: #E1D2B7 | |
| RGB | rgb(225, 210, 183) | color: rgb(225, 210, 183) | |
| CMYK | cmyk(0%, 7%, 19%, 12%) | — | |
| HSV | hsv(39, 19%, 88%) | — | |
| HWB | hwb(39 71% 12%) | color: hwb(39 71% 12%) | |
| OKLCH | oklch(0.8689 0.0398 82.33) | color: oklch(0.8689 0.0398 82.33) | |
| Lab | lab(84.75 0.86 15.27) | color: lab(84.75 0.86 15.27) | |
| LCH | lch(84.75 15.29 86.78) | color: lch(84.75 15.29 86.78) |
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)
#DBDABE — rgb(219, 218, 190)
Deuteranopia (Green-blind)
#DBDDBF — rgb(219, 221, 191)
Tritanopia (Blue-blind)
#E0C3C4 — rgb(224, 195, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 41%, 80%);
text
color: hsl(38, 41%, 80%);
border
border: 2px solid hsl(38, 41%, 80%);
gradient light
background: linear-gradient(to right, hsl(38, 41%, 100%), hsl(38, 41%, 80%));
gradient dark
background: linear-gradient(to right, hsl(38, 41%, 80%), hsl(38, 41%, 60%))
hex
background-color: #E1D2B7;
tailwind
bg-[hsl(38,41%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 41%, 80%, 0.4);
css variable
--color-primary: hsl(38, 41%, 80%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 41%, 80%)?
HEX: #E1D2B7 | RGB: rgb(225, 210, 183) | CMYK: 0%, 7%, 19%, 12% | HSV: 39°, 19%, 88%. Copy any format from the conversion table above.
What colors go well with #E1D2B7?
The complementary color is HSL(218, 41%, 80%). 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, 41%, 80%) in CSS?
As HSL: color: hsl(38, 41%, 80%); — As HEX: color: #E1D2B7; — As RGB: color: rgb(225, 210, 183); — Tailwind CSS: bg-[hsl(38,41%,80%)] — CSS variable: --color-primary: hsl(38, 41%, 80%);