HSL(37, 45%, 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(37,45%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 45%, 13%) | color: hsl(37, 45%, 13%) | |
| HEX | #302512 | color: #302512 | |
| RGB | rgb(48, 37, 18) | color: rgb(48, 37, 18) | |
| CMYK | cmyk(0%, 23%, 63%, 81%) | — | |
| HSV | hsv(38, 63%, 19%) | — | |
| HWB | hwb(38 7% 81%) | color: hwb(38 7% 81%) | |
| OKLCH | oklch(0.2721 0.0353 80.09) | color: oklch(0.2721 0.0353 80.09) | |
| Lab | lab(15.46 2.19 14.47) | color: lab(15.46 2.19 14.47) | |
| LCH | lch(15.46 14.63 81.39) | color: lch(15.46 14.63 81.39) |
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)
#2B2B17 — rgb(43, 43, 23)
Deuteranopia (Green-blind)
#2C2D18 — rgb(44, 45, 24)
Tritanopia (Blue-blind)
#2F1A1B — rgb(47, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 45%, 13%);
text
color: hsl(37, 45%, 13%);
border
border: 2px solid hsl(37, 45%, 13%);
gradient light
background: linear-gradient(to right, hsl(37, 45%, 33%), hsl(37, 45%, 13%));
gradient dark
background: linear-gradient(to right, hsl(37, 45%, 13%), hsl(37, 45%, 0%))
hex
background-color: #302512;
tailwind
bg-[hsl(37,45%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 45%, 13%, 0.4);
css variable
--color-primary: hsl(37, 45%, 13%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 45%, 13%)?
HEX: #302512 | RGB: rgb(48, 37, 18) | CMYK: 0%, 23%, 63%, 81% | HSV: 38°, 63%, 19%. Copy any format from the conversion table above.
What colors go well with #302512?
The complementary color is HSL(217, 45%, 13%). 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, 45%, 13%) in CSS?
As HSL: color: hsl(37, 45%, 13%); — As HEX: color: #302512; — As RGB: color: rgb(48, 37, 18); — Tailwind CSS: bg-[hsl(37,45%,13%)] — CSS variable: --color-primary: hsl(37, 45%, 13%);