HSL(18, 52%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,52%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 52%, 33%) | color: hsl(18, 52%, 33%) | |
| HEX | #804328 | color: #804328 | |
| RGB | rgb(128, 67, 40) | color: rgb(128, 67, 40) | |
| CMYK | cmyk(0%, 48%, 69%, 50%) | — | |
| HSV | hsv(18, 69%, 50%) | — | |
| HWB | hwb(18 16% 50%) | color: hwb(18 16% 50%) | |
| OKLCH | oklch(0.453 0.093 43.69) | color: oklch(0.453 0.093 43.69) | |
| Lab | lab(35.51 23.76 27.73) | color: lab(35.51 23.76 27.73) | |
| LCH | lch(35.51 36.52 49.41) | color: lch(35.51 36.52 49.41) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#66652F — rgb(102, 101, 47)
Deuteranopia (Green-blind)
#696E30 — rgb(105, 110, 48)
Tritanopia (Blue-blind)
#7D3435 — rgb(125, 52, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 52%, 33%);
text
color: hsl(18, 52%, 33%);
border
border: 2px solid hsl(18, 52%, 33%);
gradient light
background: linear-gradient(to right, hsl(18, 52%, 53%), hsl(18, 52%, 33%));
gradient dark
background: linear-gradient(to right, hsl(18, 52%, 33%), hsl(18, 52%, 13%))
hex
background-color: #804328;
tailwind
bg-[hsl(18,52%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 52%, 33%, 0.4);
css variable
--color-primary: hsl(18, 52%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 52%, 33%)?
HEX: #804328 | RGB: rgb(128, 67, 40) | CMYK: 0%, 48%, 69%, 50% | HSV: 18°, 69%, 50%. Copy any format from the conversion table above.
What colors go well with #804328?
The complementary color is HSL(198, 52%, 33%). 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, 52%, 33%) in CSS?
As HSL: color: hsl(18, 52%, 33%); — As HEX: color: #804328; — As RGB: color: rgb(128, 67, 40); — Tailwind CSS: bg-[hsl(18,52%,33%)] — CSS variable: --color-primary: hsl(18, 52%, 33%);