HSL(32, 45%, 80%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,45%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 45%, 80%) | color: hsl(32, 45%, 80%) | |
| HEX | #E3CEB5 | color: #E3CEB5 | |
| RGB | rgb(227, 206, 181) | color: rgb(227, 206, 181) | |
| CMYK | cmyk(0%, 9%, 20%, 11%) | — | |
| HSV | hsv(33, 20%, 89%) | — | |
| HWB | hwb(33 71% 11%) | color: hwb(33 71% 11%) | |
| OKLCH | oklch(0.8622 0.041 72.07) | color: oklch(0.8622 0.041 72.07) | |
| Lab | lab(83.87 3.38 15.1) | color: lab(83.87 3.38 15.1) | |
| LCH | lch(83.87 15.47 77.38) | color: lch(83.87 15.47 77.38) |
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)
#DADABB — rgb(218, 218, 187)
Deuteranopia (Green-blind)
#DBDDBD — rgb(219, 221, 189)
Tritanopia (Blue-blind)
#E2C0C1 — rgb(226, 192, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 45%, 80%);
text
color: hsl(32, 45%, 80%);
border
border: 2px solid hsl(32, 45%, 80%);
gradient light
background: linear-gradient(to right, hsl(32, 45%, 100%), hsl(32, 45%, 80%));
gradient dark
background: linear-gradient(to right, hsl(32, 45%, 80%), hsl(32, 45%, 60%))
hex
background-color: #E3CEB5;
tailwind
bg-[hsl(32,45%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 45%, 80%, 0.4);
css variable
--color-primary: hsl(32, 45%, 80%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 45%, 80%)?
HEX: #E3CEB5 | RGB: rgb(227, 206, 181) | CMYK: 0%, 9%, 20%, 11% | HSV: 33°, 20%, 89%. Copy any format from the conversion table above.
What colors go well with #E3CEB5?
The complementary color is HSL(212, 45%, 80%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 45%, 80%) in CSS?
As HSL: color: hsl(32, 45%, 80%); — As HEX: color: #E3CEB5; — As RGB: color: rgb(227, 206, 181); — Tailwind CSS: bg-[hsl(32,45%,80%)] — CSS variable: --color-primary: hsl(32, 45%, 80%);