HSL(36, 40%, 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,40%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 40%, 14%) | color: hsl(36, 40%, 14%) | |
| HEX | #322715 | color: #322715 | |
| RGB | rgb(50, 39, 21) | color: rgb(50, 39, 21) | |
| CMYK | cmyk(0%, 22%, 58%, 80%) | — | |
| HSV | hsv(37, 58%, 20%) | — | |
| HWB | hwb(37 8% 80%) | color: hwb(37 8% 80%) | |
| OKLCH | oklch(0.2803 0.034 79.01) | color: oklch(0.2803 0.034 79.01) | |
| Lab | lab(16.42 2.23 13.79) | color: lab(16.42 2.23 13.79) | |
| LCH | lch(16.42 13.97 80.81) | color: lch(16.42 13.97 80.81) |
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)
#2D2D19 — rgb(45, 45, 25)
Deuteranopia (Green-blind)
#2E2F1A — rgb(46, 47, 26)
Tritanopia (Blue-blind)
#311D1E — rgb(49, 29, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 40%, 14%);
text
color: hsl(36, 40%, 14%);
border
border: 2px solid hsl(36, 40%, 14%);
gradient light
background: linear-gradient(to right, hsl(36, 40%, 34%), hsl(36, 40%, 14%));
gradient dark
background: linear-gradient(to right, hsl(36, 40%, 14%), hsl(36, 40%, 0%))
hex
background-color: #322715;
tailwind
bg-[hsl(36,40%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 40%, 14%, 0.4);
css variable
--color-primary: hsl(36, 40%, 14%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 40%, 14%)?
HEX: #322715 | RGB: rgb(50, 39, 21) | CMYK: 0%, 22%, 58%, 80% | HSV: 37°, 58%, 20%. Copy any format from the conversion table above.
What colors go well with #322715?
The complementary color is HSL(216, 40%, 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, 40%, 14%) in CSS?
As HSL: color: hsl(36, 40%, 14%); — As HEX: color: #322715; — As RGB: color: rgb(50, 39, 21); — Tailwind CSS: bg-[hsl(36,40%,14%)] — CSS variable: --color-primary: hsl(36, 40%, 14%);