HSL(39, 69%, 12%)
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,69%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 69%, 12%) | color: hsl(39, 69%, 12%) | |
| HEX | #342509 | color: #342509 | |
| RGB | rgb(52, 37, 9) | color: rgb(52, 37, 9) | |
| CMYK | cmyk(0%, 29%, 83%, 80%) | — | |
| HSV | hsv(39, 83%, 20%) | — | |
| HWB | hwb(39 3% 80%) | color: hwb(39 3% 80%) | |
| OKLCH | oklch(0.276 0.0472 79.96) | color: oklch(0.276 0.0472 79.96) | |
| Lab | lab(15.87 3.55 19.54) | color: lab(15.87 3.55 19.54) | |
| LCH | lch(15.87 19.86 79.7) | color: lch(15.87 19.86 79.7) |
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)
#2E2D10 — rgb(46, 45, 16)
Deuteranopia (Green-blind)
#2E3011 — rgb(46, 48, 17)
Tritanopia (Blue-blind)
#331516 — rgb(51, 21, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 69%, 12%);
text
color: hsl(39, 69%, 12%);
border
border: 2px solid hsl(39, 69%, 12%);
gradient light
background: linear-gradient(to right, hsl(39, 69%, 32%), hsl(39, 69%, 12%));
gradient dark
background: linear-gradient(to right, hsl(39, 69%, 12%), hsl(39, 69%, 0%))
hex
background-color: #342509;
tailwind
bg-[hsl(39,69%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 69%, 12%, 0.4);
css variable
--color-primary: hsl(39, 69%, 12%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 69%, 12%)?
HEX: #342509 | RGB: rgb(52, 37, 9) | CMYK: 0%, 29%, 83%, 80% | HSV: 39°, 83%, 20%. Copy any format from the conversion table above.
What colors go well with #342509?
The complementary color is HSL(219, 69%, 12%). 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, 69%, 12%) in CSS?
As HSL: color: hsl(39, 69%, 12%); — As HEX: color: #342509; — As RGB: color: rgb(52, 37, 9); — Tailwind CSS: bg-[hsl(39,69%,12%)] — CSS variable: --color-primary: hsl(39, 69%, 12%);