HSL(31, 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(31,40%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 40%, 14%) | color: hsl(31, 40%, 14%) | |
| HEX | #322415 | color: #322415 | |
| RGB | rgb(50, 36, 21) | color: rgb(50, 36, 21) | |
| CMYK | cmyk(0%, 28%, 58%, 80%) | — | |
| HSV | hsv(31, 58%, 20%) | — | |
| HWB | hwb(31 8% 80%) | color: hwb(31 8% 80%) | |
| OKLCH | oklch(0.2728 0.0331 67.63) | color: oklch(0.2728 0.0331 67.63) | |
| Lab | lab(15.46 4.31 12.57) | color: lab(15.46 4.31 12.57) | |
| LCH | lch(15.46 13.29 71.07) | color: lch(15.46 13.29 71.07) |
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)
#2C2C19 — rgb(44, 44, 25)
Deuteranopia (Green-blind)
#2D2E1A — rgb(45, 46, 26)
Tritanopia (Blue-blind)
#311B1C — rgb(49, 27, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 40%, 14%);
text
color: hsl(31, 40%, 14%);
border
border: 2px solid hsl(31, 40%, 14%);
gradient light
background: linear-gradient(to right, hsl(31, 40%, 34%), hsl(31, 40%, 14%));
gradient dark
background: linear-gradient(to right, hsl(31, 40%, 14%), hsl(31, 40%, 0%))
hex
background-color: #322415;
tailwind
bg-[hsl(31,40%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 40%, 14%, 0.4);
css variable
--color-primary: hsl(31, 40%, 14%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 40%, 14%)?
HEX: #322415 | RGB: rgb(50, 36, 21) | CMYK: 0%, 28%, 58%, 80% | HSV: 31°, 58%, 20%. Copy any format from the conversion table above.
What colors go well with #322415?
The complementary color is HSL(211, 40%, 14%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 40%, 14%) in CSS?
As HSL: color: hsl(31, 40%, 14%); — As HEX: color: #322415; — As RGB: color: rgb(50, 36, 21); — Tailwind CSS: bg-[hsl(31,40%,14%)] — CSS variable: --color-primary: hsl(31, 40%, 14%);