HSL(36, 52%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,52%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 52%, 63%) | color: hsl(36, 52%, 63%) | |
| HEX | #D2AA70 | color: #D2AA70 | |
| RGB | rgb(210, 170, 112) | color: rgb(210, 170, 112) | |
| CMYK | cmyk(0%, 19%, 47%, 18%) | — | |
| HSV | hsv(36, 47%, 82%) | — | |
| HWB | hwb(36 43% 18%) | color: hwb(36 43% 18%) | |
| OKLCH | oklch(0.7611 0.0886 76.05) | color: oklch(0.7611 0.0886 76.05) | |
| Lab | lab(71.98 7.23 35.34) | color: lab(71.98 7.23 35.34) | |
| LCH | lch(71.98 36.07 78.44) | color: lch(71.98 36.07 78.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)
#C1C07E — rgb(193, 192, 126)
Deuteranopia (Green-blind)
#C3C681 — rgb(195, 198, 129)
Tritanopia (Blue-blind)
#D0898C — rgb(208, 137, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 52%, 63%);
text
color: hsl(36, 52%, 63%);
border
border: 2px solid hsl(36, 52%, 63%);
gradient light
background: linear-gradient(to right, hsl(36, 52%, 83%), hsl(36, 52%, 63%));
gradient dark
background: linear-gradient(to right, hsl(36, 52%, 63%), hsl(36, 52%, 43%))
hex
background-color: #D2AA70;
tailwind
bg-[hsl(36,52%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 52%, 63%, 0.4);
css variable
--color-primary: hsl(36, 52%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 52%, 63%)?
HEX: #D2AA70 | RGB: rgb(210, 170, 112) | CMYK: 0%, 19%, 47%, 18% | HSV: 36°, 47%, 82%. Copy any format from the conversion table above.
What colors go well with #D2AA70?
The complementary color is HSL(216, 52%, 63%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 52%, 63%) in CSS?
As HSL: color: hsl(36, 52%, 63%); — As HEX: color: #D2AA70; — As RGB: color: rgb(210, 170, 112); — Tailwind CSS: bg-[hsl(36,52%,63%)] — CSS variable: --color-primary: hsl(36, 52%, 63%);