HSL(18, 50%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,50%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 50%, 60%) | color: hsl(18, 50%, 60%) | |
| HEX | #CC8566 | color: #CC8566 | |
| RGB | rgb(204, 133, 102) | color: rgb(204, 133, 102) | |
| CMYK | cmyk(0%, 35%, 50%, 20%) | — | |
| HSV | hsv(18, 50%, 80%) | — | |
| HWB | hwb(18 40% 20%) | color: hwb(18 40% 20%) | |
| OKLCH | oklch(0.6826 0.0982 44.27) | color: oklch(0.6826 0.0982 44.27) | |
| Lab | lab(62.15 23.88 27.92) | color: lab(62.15 23.88 27.92) | |
| LCH | lch(62.15 36.74 49.46) | color: lch(62.15 36.74 49.46) |
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)
#ADAD6E — rgb(173, 173, 110)
Deuteranopia (Green-blind)
#B1B76F — rgb(177, 183, 111)
Tritanopia (Blue-blind)
#C87375 — rgb(200, 115, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 50%, 60%);
text
color: hsl(18, 50%, 60%);
border
border: 2px solid hsl(18, 50%, 60%);
gradient light
background: linear-gradient(to right, hsl(18, 50%, 80%), hsl(18, 50%, 60%));
gradient dark
background: linear-gradient(to right, hsl(18, 50%, 60%), hsl(18, 50%, 40%))
hex
background-color: #CC8566;
tailwind
bg-[hsl(18,50%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 50%, 60%, 0.4);
css variable
--color-primary: hsl(18, 50%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 50%, 60%)?
HEX: #CC8566 | RGB: rgb(204, 133, 102) | CMYK: 0%, 35%, 50%, 20% | HSV: 18°, 50%, 80%. Copy any format from the conversion table above.
What colors go well with #CC8566?
The complementary color is HSL(198, 50%, 60%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 50%, 60%) in CSS?
As HSL: color: hsl(18, 50%, 60%); — As HEX: color: #CC8566; — As RGB: color: rgb(204, 133, 102); — Tailwind CSS: bg-[hsl(18,50%,60%)] — CSS variable: --color-primary: hsl(18, 50%, 60%);