HSL(116, 97%, 7%)
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(116,97%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 97%, 7%) | color: hsl(116, 97%, 7%) | |
| HEX | #032301 | color: #032301 | |
| RGB | rgb(3, 35, 1) | color: rgb(3, 35, 1) | |
| CMYK | cmyk(91%, 0%, 97%, 86%) | — | |
| HSV | hsv(116, 97%, 14%) | — | |
| HWB | hwb(116 0% 86%) | color: hwb(116 0% 86%) | |
| OKLCH | oklch(0.2237 0.0718 141.53) | color: oklch(0.2237 0.0718 141.53) | |
| Lab | lab(10.73 -19.87 15.2) | color: lab(10.73 -19.87 15.2) | |
| LCH | lch(10.73 25.02 142.59) | color: lch(10.73 25.02 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)
#111109 — rgb(17, 17, 9)
Deuteranopia (Green-blind)
#0F0D0B — rgb(15, 13, 11)
Tritanopia (Blue-blind)
#051011 — rgb(5, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 97%, 7%);
text
color: hsl(116, 97%, 7%);
border
border: 2px solid hsl(116, 97%, 7%);
gradient light
background: linear-gradient(to right, hsl(116, 97%, 27%), hsl(116, 97%, 7%));
gradient dark
background: linear-gradient(to right, hsl(116, 97%, 7%), hsl(116, 97%, 0%))
hex
background-color: #032301;
tailwind
bg-[hsl(116,97%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 97%, 7%, 0.4);
css variable
--color-primary: hsl(116, 97%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(116, 97%, 7%)?
HEX: #032301 | RGB: rgb(3, 35, 1) | CMYK: 91%, 0%, 97%, 86% | HSV: 116°, 97%, 14%. Copy any format from the conversion table above.
What colors go well with #032301?
The complementary color is HSL(296, 97%, 7%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 97%, 7%) in CSS?
As HSL: color: hsl(116, 97%, 7%); — As HEX: color: #032301; — As RGB: color: rgb(3, 35, 1); — Tailwind CSS: bg-[hsl(116,97%,7%)] — CSS variable: --color-primary: hsl(116, 97%, 7%);