HSL(32, 46%, 78%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,46%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 46%, 78%) | color: hsl(32, 46%, 78%) | |
| HEX | #E1C9AD | color: #E1C9AD | |
| RGB | rgb(225, 201, 173) | color: rgb(225, 201, 173) | |
| CMYK | cmyk(0%, 11%, 23%, 12%) | — | |
| HSV | hsv(32, 23%, 88%) | — | |
| HWB | hwb(32 68% 12%) | color: hwb(32 68% 12%) | |
| OKLCH | oklch(0.8487 0.0464 71.43) | color: oklch(0.8487 0.0464 71.43) | |
| Lab | lab(82.27 4.1 17.08) | color: lab(82.27 4.1 17.08) | |
| LCH | lch(82.27 17.57 76.5) | color: lch(82.27 17.57 76.5) |
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)
#D7D6B4 — rgb(215, 214, 180)
Deuteranopia (Green-blind)
#D8DAB5 — rgb(216, 218, 181)
Tritanopia (Blue-blind)
#E0B9BA — rgb(224, 185, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 46%, 78%);
text
color: hsl(32, 46%, 78%);
border
border: 2px solid hsl(32, 46%, 78%);
gradient light
background: linear-gradient(to right, hsl(32, 46%, 98%), hsl(32, 46%, 78%));
gradient dark
background: linear-gradient(to right, hsl(32, 46%, 78%), hsl(32, 46%, 58%))
hex
background-color: #E1C9AD;
tailwind
bg-[hsl(32,46%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 46%, 78%, 0.4);
css variable
--color-primary: hsl(32, 46%, 78%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 46%, 78%)?
HEX: #E1C9AD | RGB: rgb(225, 201, 173) | CMYK: 0%, 11%, 23%, 12% | HSV: 32°, 23%, 88%. Copy any format from the conversion table above.
What colors go well with #E1C9AD?
The complementary color is HSL(212, 46%, 78%). 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, 46%, 78%) in CSS?
As HSL: color: hsl(32, 46%, 78%); — As HEX: color: #E1C9AD; — As RGB: color: rgb(225, 201, 173); — Tailwind CSS: bg-[hsl(32,46%,78%)] — CSS variable: --color-primary: hsl(32, 46%, 78%);