HSL(32, 50%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,50%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 50%, 63%) | color: hsl(32, 50%, 63%) | |
| HEX | #D0A471 | color: #D0A471 | |
| RGB | rgb(208, 164, 113) | color: rgb(208, 164, 113) | |
| CMYK | cmyk(0%, 21%, 46%, 18%) | — | |
| HSV | hsv(32, 46%, 82%) | — | |
| HWB | hwb(32 44% 18%) | color: hwb(32 44% 18%) | |
| OKLCH | oklch(0.7475 0.0849 70.06) | color: oklch(0.7475 0.0849 70.06) | |
| Lab | lab(70.28 9.74 32.6) | color: lab(70.28 9.74 32.6) | |
| LCH | lch(70.28 34.02 73.37) | color: lch(70.28 34.02 73.37) |
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)
#BDBD7D — rgb(189, 189, 125)
Deuteranopia (Green-blind)
#C0C380 — rgb(192, 195, 128)
Tritanopia (Blue-blind)
#CE8789 — rgb(206, 135, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 50%, 63%);
text
color: hsl(32, 50%, 63%);
border
border: 2px solid hsl(32, 50%, 63%);
gradient light
background: linear-gradient(to right, hsl(32, 50%, 83%), hsl(32, 50%, 63%));
gradient dark
background: linear-gradient(to right, hsl(32, 50%, 63%), hsl(32, 50%, 43%))
hex
background-color: #D0A471;
tailwind
bg-[hsl(32,50%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 50%, 63%, 0.4);
css variable
--color-primary: hsl(32, 50%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 50%, 63%)?
HEX: #D0A471 | RGB: rgb(208, 164, 113) | CMYK: 0%, 21%, 46%, 18% | HSV: 32°, 46%, 82%. Copy any format from the conversion table above.
What colors go well with #D0A471?
The complementary color is HSL(212, 50%, 63%). 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, 50%, 63%) in CSS?
As HSL: color: hsl(32, 50%, 63%); — As HEX: color: #D0A471; — As RGB: color: rgb(208, 164, 113); — Tailwind CSS: bg-[hsl(32,50%,63%)] — CSS variable: --color-primary: hsl(32, 50%, 63%);