HSL(32, 57%, 75%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,57%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 57%, 75%) | color: hsl(32, 57%, 75%) | |
| HEX | #E4C29B | color: #E4C29B | |
| RGB | rgb(228, 194, 155) | color: rgb(228, 194, 155) | |
| CMYK | cmyk(0%, 15%, 32%, 11%) | — | |
| HSV | hsv(32, 32%, 89%) | — | |
| HWB | hwb(32 61% 11%) | color: hwb(32 61% 11%) | |
| OKLCH | oklch(0.8338 0.0647 70.6) | color: oklch(0.8338 0.0647 70.6) | |
| Lab | lab(80.43 6.5 24.13) | color: lab(80.43 6.5 24.13) | |
| LCH | lch(80.43 24.99 74.92) | color: lch(80.43 24.99 74.92) |
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)
#D5D5A4 — rgb(213, 213, 164)
Deuteranopia (Green-blind)
#D7DAA7 — rgb(215, 218, 167)
Tritanopia (Blue-blind)
#E2ACAE — rgb(226, 172, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 57%, 75%);
text
color: hsl(32, 57%, 75%);
border
border: 2px solid hsl(32, 57%, 75%);
gradient light
background: linear-gradient(to right, hsl(32, 57%, 95%), hsl(32, 57%, 75%));
gradient dark
background: linear-gradient(to right, hsl(32, 57%, 75%), hsl(32, 57%, 55%))
hex
background-color: #E4C29B;
tailwind
bg-[hsl(32,57%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 57%, 75%, 0.4);
css variable
--color-primary: hsl(32, 57%, 75%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 57%, 75%)?
HEX: #E4C29B | RGB: rgb(228, 194, 155) | CMYK: 0%, 15%, 32%, 11% | HSV: 32°, 32%, 89%. Copy any format from the conversion table above.
What colors go well with #E4C29B?
The complementary color is HSL(212, 57%, 75%). 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, 57%, 75%) in CSS?
As HSL: color: hsl(32, 57%, 75%); — As HEX: color: #E4C29B; — As RGB: color: rgb(228, 194, 155); — Tailwind CSS: bg-[hsl(32,57%,75%)] — CSS variable: --color-primary: hsl(32, 57%, 75%);