HSL(97, 71%, 6%)
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(97,71%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 71%, 6%) | color: hsl(97, 71%, 6%) | |
| HEX | #0D1A04 | color: #0D1A04 | |
| RGB | rgb(13, 26, 4) | color: rgb(13, 26, 4) | |
| CMYK | cmyk(50%, 0%, 85%, 90%) | — | |
| HSV | hsv(95, 85%, 10%) | — | |
| HWB | hwb(95 2% 90%) | color: hwb(95 2% 90%) | |
| OKLCH | oklch(0.1989 0.0454 133.48) | color: oklch(0.1989 0.0454 133.48) | |
| Lab | lab(7.53 -9.61 9.45) | color: lab(7.53 -9.61 9.45) | |
| LCH | lch(7.53 13.48 135.48) | color: lch(7.53 13.48 135.48) |
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)
#131309 — rgb(19, 19, 9)
Deuteranopia (Green-blind)
#12110B — rgb(18, 17, 11)
Tritanopia (Blue-blind)
#0E0E0E — rgb(14, 14, 14)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 71%, 6%);
text
color: hsl(97, 71%, 6%);
border
border: 2px solid hsl(97, 71%, 6%);
gradient light
background: linear-gradient(to right, hsl(97, 71%, 26%), hsl(97, 71%, 6%));
gradient dark
background: linear-gradient(to right, hsl(97, 71%, 6%), hsl(97, 71%, 0%))
hex
background-color: #0D1A04;
tailwind
bg-[hsl(97,71%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 71%, 6%, 0.4);
css variable
--color-primary: hsl(97, 71%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(97, 71%, 6%)?
HEX: #0D1A04 | RGB: rgb(13, 26, 4) | CMYK: 50%, 0%, 85%, 90% | HSV: 95°, 85%, 10%. Copy any format from the conversion table above.
What colors go well with #0D1A04?
The complementary color is HSL(277, 71%, 6%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 71%, 6%) in CSS?
As HSL: color: hsl(97, 71%, 6%); — As HEX: color: #0D1A04; — As RGB: color: rgb(13, 26, 4); — Tailwind CSS: bg-[hsl(97,71%,6%)] — CSS variable: --color-primary: hsl(97, 71%, 6%);