HSL(39, 52%, 18%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,52%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 52%, 18%) | color: hsl(39, 52%, 18%) | |
| HEX | #463516 | color: #463516 | |
| RGB | rgb(70, 53, 22) | color: rgb(70, 53, 22) | |
| CMYK | cmyk(0%, 24%, 69%, 73%) | — | |
| HSV | hsv(39, 69%, 27%) | — | |
| HWB | hwb(39 8% 73%) | color: hwb(39 8% 73%) | |
| OKLCH | oklch(0.3406 0.0519 80.52) | color: oklch(0.3406 0.0519 80.52) | |
| Lab | lab(23.36 3.45 22.09) | color: lab(23.36 3.45 22.09) | |
| LCH | lch(23.36 22.36 81.12) | color: lch(23.36 22.36 81.12) |
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)
#3F3E1E — rgb(63, 62, 30)
Deuteranopia (Green-blind)
#40411F — rgb(64, 65, 31)
Tritanopia (Blue-blind)
#452325 — rgb(69, 35, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 52%, 18%);
text
color: hsl(39, 52%, 18%);
border
border: 2px solid hsl(39, 52%, 18%);
gradient light
background: linear-gradient(to right, hsl(39, 52%, 38%), hsl(39, 52%, 18%));
gradient dark
background: linear-gradient(to right, hsl(39, 52%, 18%), hsl(39, 52%, 0%))
hex
background-color: #463516;
tailwind
bg-[hsl(39,52%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 52%, 18%, 0.4);
css variable
--color-primary: hsl(39, 52%, 18%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 52%, 18%)?
HEX: #463516 | RGB: rgb(70, 53, 22) | CMYK: 0%, 24%, 69%, 73% | HSV: 39°, 69%, 27%. Copy any format from the conversion table above.
What colors go well with #463516?
The complementary color is HSL(219, 52%, 18%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 52%, 18%) in CSS?
As HSL: color: hsl(39, 52%, 18%); — As HEX: color: #463516; — As RGB: color: rgb(70, 53, 22); — Tailwind CSS: bg-[hsl(39,52%,18%)] — CSS variable: --color-primary: hsl(39, 52%, 18%);