HSL(42, 73%, 13%)
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(42,73%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 73%, 13%) | color: hsl(42, 73%, 13%) | |
| HEX | #392B09 | color: #392B09 | |
| RGB | rgb(57, 43, 9) | color: rgb(57, 43, 9) | |
| CMYK | cmyk(0%, 25%, 84%, 78%) | — | |
| HSV | hsv(43, 84%, 22%) | — | |
| HWB | hwb(43 4% 78%) | color: hwb(43 4% 78%) | |
| OKLCH | oklch(0.2977 0.0525 85.68) | color: oklch(0.2977 0.0525 85.68) | |
| Lab | lab(18.44 2.21 22.83) | color: lab(18.44 2.21 22.83) | |
| LCH | lch(18.44 22.94 84.47) | color: lch(18.44 22.94 84.47) |
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)
#333311 — rgb(51, 51, 17)
Deuteranopia (Green-blind)
#343513 — rgb(52, 53, 19)
Tritanopia (Blue-blind)
#381819 — rgb(56, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 73%, 13%);
text
color: hsl(42, 73%, 13%);
border
border: 2px solid hsl(42, 73%, 13%);
gradient light
background: linear-gradient(to right, hsl(42, 73%, 33%), hsl(42, 73%, 13%));
gradient dark
background: linear-gradient(to right, hsl(42, 73%, 13%), hsl(42, 73%, 0%))
hex
background-color: #392B09;
tailwind
bg-[hsl(42,73%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 73%, 13%, 0.4);
css variable
--color-primary: hsl(42, 73%, 13%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 73%, 13%)?
HEX: #392B09 | RGB: rgb(57, 43, 9) | CMYK: 0%, 25%, 84%, 78% | HSV: 43°, 84%, 22%. Copy any format from the conversion table above.
What colors go well with #392B09?
The complementary color is HSL(222, 73%, 13%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 73%, 13%) in CSS?
As HSL: color: hsl(42, 73%, 13%); — As HEX: color: #392B09; — As RGB: color: rgb(57, 43, 9); — Tailwind CSS: bg-[hsl(42,73%,13%)] — CSS variable: --color-primary: hsl(42, 73%, 13%);