HSL(37, 30%, 18%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,30%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 30%, 18%) | color: hsl(37, 30%, 18%) | |
| HEX | #3C3120 | color: #3C3120 | |
| RGB | rgb(60, 49, 32) | color: rgb(60, 49, 32) | |
| CMYK | cmyk(0%, 18%, 47%, 76%) | — | |
| HSV | hsv(36, 47%, 24%) | — | |
| HWB | hwb(36 13% 76%) | color: hwb(36 13% 76%) | |
| OKLCH | oklch(0.3203 0.0321 78.08) | color: oklch(0.3203 0.0321 78.08) | |
| Lab | lab(21.06 2.08 12.71) | color: lab(21.06 2.08 12.71) | |
| LCH | lch(21.06 12.88 80.71) | color: lch(21.06 12.88 80.71) |
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)
#373724 — rgb(55, 55, 36)
Deuteranopia (Green-blind)
#383925 — rgb(56, 57, 37)
Tritanopia (Blue-blind)
#3B2728 — rgb(59, 39, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 30%, 18%);
text
color: hsl(37, 30%, 18%);
border
border: 2px solid hsl(37, 30%, 18%);
gradient light
background: linear-gradient(to right, hsl(37, 30%, 38%), hsl(37, 30%, 18%));
gradient dark
background: linear-gradient(to right, hsl(37, 30%, 18%), hsl(37, 30%, 0%))
hex
background-color: #3C3120;
tailwind
bg-[hsl(37,30%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 30%, 18%, 0.4);
css variable
--color-primary: hsl(37, 30%, 18%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 30%, 18%)?
HEX: #3C3120 | RGB: rgb(60, 49, 32) | CMYK: 0%, 18%, 47%, 76% | HSV: 36°, 47%, 24%. Copy any format from the conversion table above.
What colors go well with #3C3120?
The complementary color is HSL(217, 30%, 18%). 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, 30%, 18%) in CSS?
As HSL: color: hsl(37, 30%, 18%); — As HEX: color: #3C3120; — As RGB: color: rgb(60, 49, 32); — Tailwind CSS: bg-[hsl(37,30%,18%)] — CSS variable: --color-primary: hsl(37, 30%, 18%);