HSL(39, 95%, 10%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,95%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 95%, 10%) | color: hsl(39, 95%, 10%) | |
| HEX | #322101 | color: #322101 | |
| RGB | rgb(50, 33, 1) | color: rgb(50, 33, 1) | |
| CMYK | cmyk(0%, 34%, 98%, 80%) | — | |
| HSV | hsv(39, 98%, 20%) | — | |
| HWB | hwb(39 0% 80%) | color: hwb(39 0% 80%) | |
| OKLCH | oklch(0.2622 0.0531 79.54) | color: oklch(0.2622 0.0531 79.54) | |
| Lab | lab(14.22 4.6 20.63) | color: lab(14.22 4.6 20.63) | |
| LCH | lch(14.22 21.14 77.43) | color: lch(14.22 21.14 77.43) |
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)
#2B2A09 — rgb(43, 42, 9)
Deuteranopia (Green-blind)
#2C2D0B — rgb(44, 45, 11)
Tritanopia (Blue-blind)
#310F10 — rgb(49, 15, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 95%, 10%);
text
color: hsl(39, 95%, 10%);
border
border: 2px solid hsl(39, 95%, 10%);
gradient light
background: linear-gradient(to right, hsl(39, 95%, 30%), hsl(39, 95%, 10%));
gradient dark
background: linear-gradient(to right, hsl(39, 95%, 10%), hsl(39, 95%, 0%))
hex
background-color: #322101;
tailwind
bg-[hsl(39,95%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 95%, 10%, 0.4);
css variable
--color-primary: hsl(39, 95%, 10%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 95%, 10%)?
HEX: #322101 | RGB: rgb(50, 33, 1) | CMYK: 0%, 34%, 98%, 80% | HSV: 39°, 98%, 20%. Copy any format from the conversion table above.
What colors go well with #322101?
The complementary color is HSL(219, 95%, 10%). 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, 95%, 10%) in CSS?
As HSL: color: hsl(39, 95%, 10%); — As HEX: color: #322101; — As RGB: color: rgb(50, 33, 1); — Tailwind CSS: bg-[hsl(39,95%,10%)] — CSS variable: --color-primary: hsl(39, 95%, 10%);