HSL(36, 50%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,50%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 50%, 60%) | color: hsl(36, 50%, 60%) | |
| HEX | #CCA366 | color: #CCA366 | |
| RGB | rgb(204, 163, 102) | color: rgb(204, 163, 102) | |
| CMYK | cmyk(0%, 20%, 50%, 20%) | — | |
| HSV | hsv(36, 50%, 80%) | — | |
| HWB | hwb(36 40% 20%) | color: hwb(36 40% 20%) | |
| OKLCH | oklch(0.7396 0.0924 76.47) | color: oklch(0.7396 0.0924 76.47) | |
| Lab | lab(69.46 7.55 37.26) | color: lab(69.46 7.55 37.26) | |
| LCH | lch(69.46 38.02 78.55) | color: lch(69.46 38.02 78.55) |
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)
#BABA75 — rgb(186, 186, 117)
Deuteranopia (Green-blind)
#BDC078 — rgb(189, 192, 120)
Tritanopia (Blue-blind)
#CA8083 — rgb(202, 128, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 50%, 60%);
text
color: hsl(36, 50%, 60%);
border
border: 2px solid hsl(36, 50%, 60%);
gradient light
background: linear-gradient(to right, hsl(36, 50%, 80%), hsl(36, 50%, 60%));
gradient dark
background: linear-gradient(to right, hsl(36, 50%, 60%), hsl(36, 50%, 40%))
hex
background-color: #CCA366;
tailwind
bg-[hsl(36,50%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 50%, 60%, 0.4);
css variable
--color-primary: hsl(36, 50%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 50%, 60%)?
HEX: #CCA366 | RGB: rgb(204, 163, 102) | CMYK: 0%, 20%, 50%, 20% | HSV: 36°, 50%, 80%. Copy any format from the conversion table above.
What colors go well with #CCA366?
The complementary color is HSL(216, 50%, 60%). 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, 50%, 60%) in CSS?
As HSL: color: hsl(36, 50%, 60%); — As HEX: color: #CCA366; — As RGB: color: rgb(204, 163, 102); — Tailwind CSS: bg-[hsl(36,50%,60%)] — CSS variable: --color-primary: hsl(36, 50%, 60%);