HSL(37, 43%, 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(37,43%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 43%, 14%) | color: hsl(37, 43%, 14%) | |
| HEX | #332714 | color: #332714 | |
| RGB | rgb(51, 39, 20) | color: rgb(51, 39, 20) | |
| CMYK | cmyk(0%, 24%, 61%, 80%) | — | |
| HSV | hsv(37, 61%, 20%) | — | |
| HWB | hwb(37 8% 80%) | color: hwb(37 8% 80%) | |
| OKLCH | oklch(0.2814 0.0359 77.99) | color: oklch(0.2814 0.0359 77.99) | |
| Lab | lab(16.53 2.65 14.62) | color: lab(16.53 2.65 14.62) | |
| LCH | lch(16.53 14.86 79.73) | color: lch(16.53 14.86 79.73) |
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)
#2E2E19 — rgb(46, 46, 25)
Deuteranopia (Green-blind)
#2F2F1A — rgb(47, 47, 26)
Tritanopia (Blue-blind)
#321C1D — rgb(50, 28, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 43%, 14%);
text
color: hsl(37, 43%, 14%);
border
border: 2px solid hsl(37, 43%, 14%);
gradient light
background: linear-gradient(to right, hsl(37, 43%, 34%), hsl(37, 43%, 14%));
gradient dark
background: linear-gradient(to right, hsl(37, 43%, 14%), hsl(37, 43%, 0%))
hex
background-color: #332714;
tailwind
bg-[hsl(37,43%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 43%, 14%, 0.4);
css variable
--color-primary: hsl(37, 43%, 14%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 43%, 14%)?
HEX: #332714 | RGB: rgb(51, 39, 20) | CMYK: 0%, 24%, 61%, 80% | HSV: 37°, 61%, 20%. Copy any format from the conversion table above.
What colors go well with #332714?
The complementary color is HSL(217, 43%, 14%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 43%, 14%) in CSS?
As HSL: color: hsl(37, 43%, 14%); — As HEX: color: #332714; — As RGB: color: rgb(51, 39, 20); — Tailwind CSS: bg-[hsl(37,43%,14%)] — CSS variable: --color-primary: hsl(37, 43%, 14%);