HSL(36, 60%, 14%)
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(36,60%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 60%, 14%) | color: hsl(36, 60%, 14%) | |
| HEX | #39280E | color: #39280E | |
| RGB | rgb(57, 40, 14) | color: rgb(57, 40, 14) | |
| CMYK | cmyk(0%, 30%, 75%, 78%) | — | |
| HSV | hsv(36, 75%, 22%) | — | |
| HWB | hwb(36 6% 78%) | color: hwb(36 6% 78%) | |
| OKLCH | oklch(0.2909 0.0469 75.56) | color: oklch(0.2909 0.0469 75.56) | |
| Lab | lab(17.55 4.59 19.54) | color: lab(17.55 4.59 19.54) | |
| LCH | lch(17.55 20.07 76.78) | color: lch(17.55 20.07 76.78) |
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)
#323114 — rgb(50, 49, 20)
Deuteranopia (Green-blind)
#333416 — rgb(51, 52, 22)
Tritanopia (Blue-blind)
#38191A — rgb(56, 25, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 60%, 14%);
text
color: hsl(36, 60%, 14%);
border
border: 2px solid hsl(36, 60%, 14%);
gradient light
background: linear-gradient(to right, hsl(36, 60%, 34%), hsl(36, 60%, 14%));
gradient dark
background: linear-gradient(to right, hsl(36, 60%, 14%), hsl(36, 60%, 0%))
hex
background-color: #39280E;
tailwind
bg-[hsl(36,60%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 60%, 14%, 0.4);
css variable
--color-primary: hsl(36, 60%, 14%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 60%, 14%)?
HEX: #39280E | RGB: rgb(57, 40, 14) | CMYK: 0%, 30%, 75%, 78% | HSV: 36°, 75%, 22%. Copy any format from the conversion table above.
What colors go well with #39280E?
The complementary color is HSL(216, 60%, 14%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 60%, 14%) in CSS?
As HSL: color: hsl(36, 60%, 14%); — As HEX: color: #39280E; — As RGB: color: rgb(57, 40, 14); — Tailwind CSS: bg-[hsl(36,60%,14%)] — CSS variable: --color-primary: hsl(36, 60%, 14%);