HSL(128, 12%, 3%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(128,12%,3%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 12%, 3%) | color: hsl(128, 12%, 3%) | |
| HEX | #070907 | color: #070907 | |
| RGB | rgb(7, 9, 7) | color: rgb(7, 9, 7) | |
| CMYK | cmyk(22%, 0%, 22%, 96%) | — | |
| HSV | hsv(120, 22%, 4%) | — | |
| HWB | hwb(120 3% 96%) | color: hwb(120 3% 96%) | |
| OKLCH | oklch(0.1361 0.0063 145.22) | color: oklch(0.1361 0.0063 145.22) | |
| Lab | lab(2.31 -0.8 0.57) | color: lab(2.31 -0.8 0.57) | |
| LCH | lch(2.31 0.98 144.53) | color: lch(2.31 0.98 144.53) |
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)
#080807 — rgb(8, 8, 7)
Deuteranopia (Green-blind)
#080808 — rgb(8, 8, 8)
Tritanopia (Blue-blind)
#070808 — rgb(7, 8, 8)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 12%, 3%);
text
color: hsl(128, 12%, 3%);
border
border: 2px solid hsl(128, 12%, 3%);
gradient light
background: linear-gradient(to right, hsl(128, 12%, 23%), hsl(128, 12%, 3%));
gradient dark
background: linear-gradient(to right, hsl(128, 12%, 3%), hsl(128, 12%, 0%))
hex
background-color: #070907;
tailwind
bg-[hsl(128,12%,3%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 12%, 3%, 0.4);
css variable
--color-primary: hsl(128, 12%, 3%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(128, 12%, 3%)?
HEX: #070907 | RGB: rgb(7, 9, 7) | CMYK: 22%, 0%, 22%, 96% | HSV: 120°, 22%, 4%. Copy any format from the conversion table above.
What colors go well with #070907?
The complementary color is HSL(308, 12%, 3%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 12%, 3%) in CSS?
As HSL: color: hsl(128, 12%, 3%); — As HEX: color: #070907; — As RGB: color: rgb(7, 9, 7); — Tailwind CSS: bg-[hsl(128,12%,3%)] — CSS variable: --color-primary: hsl(128, 12%, 3%);