HSL(39, 32%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,32%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 32%, 15%) | color: hsl(39, 32%, 15%) | |
| HEX | #322A1A | color: #322A1A | |
| RGB | rgb(50, 42, 26) | color: rgb(50, 42, 26) | |
| CMYK | cmyk(0%, 16%, 48%, 80%) | — | |
| HSV | hsv(40, 48%, 20%) | — | |
| HWB | hwb(40 10% 80%) | color: hwb(40 10% 80%) | |
| OKLCH | oklch(0.2891 0.0293 84.14) | color: oklch(0.2891 0.0293 84.14) | |
| Lab | lab(17.5 0.85 11.82) | color: lab(17.5 0.85 11.82) | |
| LCH | lch(17.5 11.85 85.89) | color: lch(17.5 11.85 85.89) |
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)
#2F2E1E — rgb(47, 46, 30)
Deuteranopia (Green-blind)
#2F301F — rgb(47, 48, 31)
Tritanopia (Blue-blind)
#322122 — rgb(50, 33, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 32%, 15%);
text
color: hsl(39, 32%, 15%);
border
border: 2px solid hsl(39, 32%, 15%);
gradient light
background: linear-gradient(to right, hsl(39, 32%, 35%), hsl(39, 32%, 15%));
gradient dark
background: linear-gradient(to right, hsl(39, 32%, 15%), hsl(39, 32%, 0%))
hex
background-color: #322A1A;
tailwind
bg-[hsl(39,32%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 32%, 15%, 0.4);
css variable
--color-primary: hsl(39, 32%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 32%, 15%)?
HEX: #322A1A | RGB: rgb(50, 42, 26) | CMYK: 0%, 16%, 48%, 80% | HSV: 40°, 48%, 20%. Copy any format from the conversion table above.
What colors go well with #322A1A?
The complementary color is HSL(219, 32%, 15%). 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, 32%, 15%) in CSS?
As HSL: color: hsl(39, 32%, 15%); — As HEX: color: #322A1A; — As RGB: color: rgb(50, 42, 26); — Tailwind CSS: bg-[hsl(39,32%,15%)] — CSS variable: --color-primary: hsl(39, 32%, 15%);