HSL(41, 34%, 83%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,34%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 34%, 83%) | color: hsl(41, 34%, 83%) | |
| HEX | #E2D9C5 | color: #E2D9C5 | |
| RGB | rgb(226, 217, 197) | color: rgb(226, 217, 197) | |
| CMYK | cmyk(0%, 4%, 13%, 11%) | — | |
| HSV | hsv(41, 13%, 89%) | — | |
| HWB | hwb(41 77% 11%) | color: hwb(41 77% 11%) | |
| OKLCH | oklch(0.8871 0.0286 86.65) | color: oklch(0.8871 0.0286 86.65) | |
| Lab | lab(86.91 -0.25 10.95) | color: lab(86.91 -0.25 10.95) | |
| LCH | lch(86.91 10.95 91.31) | color: lch(86.91 10.95 91.31) |
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)
#DEDECA — rgb(222, 222, 202)
Deuteranopia (Green-blind)
#DFDFCB — rgb(223, 223, 203)
Tritanopia (Blue-blind)
#E2CECF — rgb(226, 206, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 34%, 83%);
text
color: hsl(41, 34%, 83%);
border
border: 2px solid hsl(41, 34%, 83%);
gradient light
background: linear-gradient(to right, hsl(41, 34%, 100%), hsl(41, 34%, 83%));
gradient dark
background: linear-gradient(to right, hsl(41, 34%, 83%), hsl(41, 34%, 63%))
hex
background-color: #E2D9C5;
tailwind
bg-[hsl(41,34%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 34%, 83%, 0.4);
css variable
--color-primary: hsl(41, 34%, 83%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 34%, 83%)?
HEX: #E2D9C5 | RGB: rgb(226, 217, 197) | CMYK: 0%, 4%, 13%, 11% | HSV: 41°, 13%, 89%. Copy any format from the conversion table above.
What colors go well with #E2D9C5?
The complementary color is HSL(221, 34%, 83%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 34%, 83%) in CSS?
As HSL: color: hsl(41, 34%, 83%); — As HEX: color: #E2D9C5; — As RGB: color: rgb(226, 217, 197); — Tailwind CSS: bg-[hsl(41,34%,83%)] — CSS variable: --color-primary: hsl(41, 34%, 83%);