HSL(37, 77%, 11%)
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,77%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 77%, 11%) | color: hsl(37, 77%, 11%) | |
| HEX | #322106 | color: #322106 | |
| RGB | rgb(50, 33, 6) | color: rgb(50, 33, 6) | |
| CMYK | cmyk(0%, 34%, 88%, 80%) | — | |
| HSV | hsv(37, 88%, 20%) | — | |
| HWB | hwb(37 2% 80%) | color: hwb(37 2% 80%) | |
| OKLCH | oklch(0.2629 0.0478 75.47) | color: oklch(0.2629 0.0478 75.47) | |
| Lab | lab(14.28 4.99 18.67) | color: lab(14.28 4.99 18.67) | |
| LCH | lch(14.28 19.33 75.04) | color: lch(14.28 19.33 75.04) |
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)
#2B2A0D — rgb(43, 42, 13)
Deuteranopia (Green-blind)
#2C2D0E — rgb(44, 45, 14)
Tritanopia (Blue-blind)
#311213 — rgb(49, 18, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 77%, 11%);
text
color: hsl(37, 77%, 11%);
border
border: 2px solid hsl(37, 77%, 11%);
gradient light
background: linear-gradient(to right, hsl(37, 77%, 31%), hsl(37, 77%, 11%));
gradient dark
background: linear-gradient(to right, hsl(37, 77%, 11%), hsl(37, 77%, 0%))
hex
background-color: #322106;
tailwind
bg-[hsl(37,77%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 77%, 11%, 0.4);
css variable
--color-primary: hsl(37, 77%, 11%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 77%, 11%)?
HEX: #322106 | RGB: rgb(50, 33, 6) | CMYK: 0%, 34%, 88%, 80% | HSV: 37°, 88%, 20%. Copy any format from the conversion table above.
What colors go well with #322106?
The complementary color is HSL(217, 77%, 11%). 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, 77%, 11%) in CSS?
As HSL: color: hsl(37, 77%, 11%); — As HEX: color: #322106; — As RGB: color: rgb(50, 33, 6); — Tailwind CSS: bg-[hsl(37,77%,11%)] — CSS variable: --color-primary: hsl(37, 77%, 11%);