HSL(34, 72%, 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(34,72%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 72%, 13%) | color: hsl(34, 72%, 13%) | |
| HEX | #392409 | color: #392409 | |
| RGB | rgb(57, 36, 9) | color: rgb(57, 36, 9) | |
| CMYK | cmyk(0%, 37%, 84%, 78%) | — | |
| HSV | hsv(34, 84%, 22%) | — | |
| HWB | hwb(34 4% 78%) | color: hwb(34 4% 78%) | |
| OKLCH | oklch(0.2807 0.0508 69.51) | color: oklch(0.2807 0.0508 69.51) | |
| Lab | lab(16.26 6.96 20.19) | color: lab(16.26 6.96 20.19) | |
| LCH | lch(16.26 21.36 70.98) | color: lch(16.26 21.36 70.98) |
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)
#303010 — rgb(48, 48, 16)
Deuteranopia (Green-blind)
#313311 — rgb(49, 51, 17)
Tritanopia (Blue-blind)
#381516 — rgb(56, 21, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 72%, 13%);
text
color: hsl(34, 72%, 13%);
border
border: 2px solid hsl(34, 72%, 13%);
gradient light
background: linear-gradient(to right, hsl(34, 72%, 33%), hsl(34, 72%, 13%));
gradient dark
background: linear-gradient(to right, hsl(34, 72%, 13%), hsl(34, 72%, 0%))
hex
background-color: #392409;
tailwind
bg-[hsl(34,72%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 72%, 13%, 0.4);
css variable
--color-primary: hsl(34, 72%, 13%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 72%, 13%)?
HEX: #392409 | RGB: rgb(57, 36, 9) | CMYK: 0%, 37%, 84%, 78% | HSV: 34°, 84%, 22%. Copy any format from the conversion table above.
What colors go well with #392409?
The complementary color is HSL(214, 72%, 13%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(34, 72%, 13%) in CSS?
As HSL: color: hsl(34, 72%, 13%); — As HEX: color: #392409; — As RGB: color: rgb(57, 36, 9); — Tailwind CSS: bg-[hsl(34,72%,13%)] — CSS variable: --color-primary: hsl(34, 72%, 13%);