HSL(113, 46%, 5%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,46%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 46%, 5%) | color: hsl(113, 46%, 5%) | |
| HEX | #081307 | color: #081307 | |
| RGB | rgb(8, 19, 7) | color: rgb(8, 19, 7) | |
| CMYK | cmyk(58%, 0%, 63%, 93%) | — | |
| HSV | hsv(115, 63%, 7%) | — | |
| HWB | hwb(115 3% 93%) | color: hwb(115 3% 93%) | |
| OKLCH | oklch(0.1717 0.0297 142.02) | color: oklch(0.1717 0.0297 142.02) | |
| Lab | lab(4.81 -5.53 4.23) | color: lab(4.81 -5.53 4.23) | |
| LCH | lch(4.81 6.96 142.59) | color: lch(4.81 6.96 142.59) |
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)
#0D0D0A — rgb(13, 13, 10)
Deuteranopia (Green-blind)
#0C0B0B — rgb(12, 11, 11)
Tritanopia (Blue-blind)
#090C0D — rgb(9, 12, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 46%, 5%);
text
color: hsl(113, 46%, 5%);
border
border: 2px solid hsl(113, 46%, 5%);
gradient light
background: linear-gradient(to right, hsl(113, 46%, 25%), hsl(113, 46%, 5%));
gradient dark
background: linear-gradient(to right, hsl(113, 46%, 5%), hsl(113, 46%, 0%))
hex
background-color: #081307;
tailwind
bg-[hsl(113,46%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 46%, 5%, 0.4);
css variable
--color-primary: hsl(113, 46%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(113, 46%, 5%)?
HEX: #081307 | RGB: rgb(8, 19, 7) | CMYK: 58%, 0%, 63%, 93% | HSV: 115°, 63%, 7%. Copy any format from the conversion table above.
What colors go well with #081307?
The complementary color is HSL(293, 46%, 5%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 46%, 5%) in CSS?
As HSL: color: hsl(113, 46%, 5%); — As HEX: color: #081307; — As RGB: color: rgb(8, 19, 7); — Tailwind CSS: bg-[hsl(113,46%,5%)] — CSS variable: --color-primary: hsl(113, 46%, 5%);