HSL(32, 72%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,72%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 72%, 67%) | color: hsl(32, 72%, 67%) | |
| HEX | #E7AF6E | color: #E7AF6E | |
| RGB | rgb(231, 175, 110) | color: rgb(231, 175, 110) | |
| CMYK | cmyk(0%, 24%, 52%, 9%) | — | |
| HSV | hsv(32, 52%, 91%) | — | |
| HWB | hwb(32 44% 9%) | color: hwb(32 44% 9%) | |
| OKLCH | oklch(0.792 0.1051 69.47) | color: oklch(0.792 0.1051 69.47) | |
| Lab | lab(75.31 12.98 41.02) | color: lab(75.31 12.98 41.02) | |
| LCH | lch(75.31 43.02 72.44) | color: lch(75.31 43.02 72.44) |
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)
#CFCE7E — rgb(207, 206, 126)
Deuteranopia (Green-blind)
#D2D682 — rgb(210, 214, 130)
Tritanopia (Blue-blind)
#E48A8D — rgb(228, 138, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 72%, 67%);
text
color: hsl(32, 72%, 67%);
border
border: 2px solid hsl(32, 72%, 67%);
gradient light
background: linear-gradient(to right, hsl(32, 72%, 87%), hsl(32, 72%, 67%));
gradient dark
background: linear-gradient(to right, hsl(32, 72%, 67%), hsl(32, 72%, 47%))
hex
background-color: #E7AF6E;
tailwind
bg-[hsl(32,72%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 72%, 67%, 0.4);
css variable
--color-primary: hsl(32, 72%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 72%, 67%)?
HEX: #E7AF6E | RGB: rgb(231, 175, 110) | CMYK: 0%, 24%, 52%, 9% | HSV: 32°, 52%, 91%. Copy any format from the conversion table above.
What colors go well with #E7AF6E?
The complementary color is HSL(212, 72%, 67%). 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, 72%, 67%) in CSS?
As HSL: color: hsl(32, 72%, 67%); — As HEX: color: #E7AF6E; — As RGB: color: rgb(231, 175, 110); — Tailwind CSS: bg-[hsl(32,72%,67%)] — CSS variable: --color-primary: hsl(32, 72%, 67%);