HSL(32, 60%, 66%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,60%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 60%, 66%) | color: hsl(32, 60%, 66%) | |
| HEX | #DCAC74 | color: #DCAC74 | |
| RGB | rgb(220, 172, 116) | color: rgb(220, 172, 116) | |
| CMYK | cmyk(0%, 22%, 47%, 14%) | — | |
| HSV | hsv(32, 47%, 86%) | — | |
| HWB | hwb(32 46% 14%) | color: hwb(32 46% 14%) | |
| OKLCH | oklch(0.7758 0.0918 70.1) | color: oklch(0.7758 0.0918 70.1) | |
| Lab | lab(73.54 10.64 35.44) | color: lab(73.54 10.64 35.44) | |
| LCH | lch(73.54 37 73.29) | color: lch(73.54 37 73.29) |
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)
#C7C782 — rgb(199, 199, 130)
Deuteranopia (Green-blind)
#CACE85 — rgb(202, 206, 133)
Tritanopia (Blue-blind)
#DA8C8F — rgb(218, 140, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 60%, 66%);
text
color: hsl(32, 60%, 66%);
border
border: 2px solid hsl(32, 60%, 66%);
gradient light
background: linear-gradient(to right, hsl(32, 60%, 86%), hsl(32, 60%, 66%));
gradient dark
background: linear-gradient(to right, hsl(32, 60%, 66%), hsl(32, 60%, 46%))
hex
background-color: #DCAC74;
tailwind
bg-[hsl(32,60%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 60%, 66%, 0.4);
css variable
--color-primary: hsl(32, 60%, 66%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 60%, 66%)?
HEX: #DCAC74 | RGB: rgb(220, 172, 116) | CMYK: 0%, 22%, 47%, 14% | HSV: 32°, 47%, 86%. Copy any format from the conversion table above.
What colors go well with #DCAC74?
The complementary color is HSL(212, 60%, 66%). 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, 60%, 66%) in CSS?
As HSL: color: hsl(32, 60%, 66%); — As HEX: color: #DCAC74; — As RGB: color: rgb(220, 172, 116); — Tailwind CSS: bg-[hsl(32,60%,66%)] — CSS variable: --color-primary: hsl(32, 60%, 66%);