HSL(40, 65%, 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(40,65%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(40, 65%, 13%) | color: hsl(40, 65%, 13%) | |
| HEX | #37280C | color: #37280C | |
| RGB | rgb(55, 40, 12) | color: rgb(55, 40, 12) | |
| CMYK | cmyk(0%, 27%, 78%, 78%) | — | |
| HSV | hsv(39, 78%, 22%) | — | |
| HWB | hwb(39 5% 78%) | color: hwb(39 5% 78%) | |
| OKLCH | oklch(0.2879 0.0475 80.39) | color: oklch(0.2879 0.0475 80.39) | |
| Lab | lab(17.26 3.36 20.08) | color: lab(17.26 3.36 20.08) | |
| LCH | lch(17.26 20.36 80.5) | color: lch(17.26 20.36 80.5) |
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)
#313013 — rgb(49, 48, 19)
Deuteranopia (Green-blind)
#313314 — rgb(49, 51, 20)
Tritanopia (Blue-blind)
#361819 — rgb(54, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(40, 65%, 13%);
text
color: hsl(40, 65%, 13%);
border
border: 2px solid hsl(40, 65%, 13%);
gradient light
background: linear-gradient(to right, hsl(40, 65%, 33%), hsl(40, 65%, 13%));
gradient dark
background: linear-gradient(to right, hsl(40, 65%, 13%), hsl(40, 65%, 0%))
hex
background-color: #37280C;
tailwind
bg-[hsl(40,65%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(40, 65%, 13%, 0.4);
css variable
--color-primary: hsl(40, 65%, 13%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(40, 65%, 13%)?
HEX: #37280C | RGB: rgb(55, 40, 12) | CMYK: 0%, 27%, 78%, 78% | HSV: 39°, 78%, 22%. Copy any format from the conversion table above.
What colors go well with #37280C?
The complementary color is HSL(220, 65%, 13%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(40, 65%, 13%) in CSS?
As HSL: color: hsl(40, 65%, 13%); — As HEX: color: #37280C; — As RGB: color: rgb(55, 40, 12); — Tailwind CSS: bg-[hsl(40,65%,13%)] — CSS variable: --color-primary: hsl(40, 65%, 13%);