HSL(107, 57%, 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(107,57%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 57%, 6%) | color: hsl(107, 57%, 6%) | |
| HEX | #0A1807 | color: #0A1807 | |
| RGB | rgb(10, 24, 7) | color: rgb(10, 24, 7) | |
| CMYK | cmyk(58%, 0%, 71%, 91%) | — | |
| HSV | hsv(109, 71%, 9%) | — | |
| HWB | hwb(109 3% 91%) | color: hwb(109 3% 91%) | |
| OKLCH | oklch(0.1906 0.0385 139.78) | color: oklch(0.1906 0.0385 139.78) | |
| Lab | lab(6.62 -8.47 6.89) | color: lab(6.62 -8.47 6.89) | |
| LCH | lch(6.62 10.92 140.87) | color: lch(6.62 10.92 140.87) |
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)
#10100B — rgb(16, 16, 11)
Deuteranopia (Green-blind)
#0F0E0C — rgb(15, 14, 12)
Tritanopia (Blue-blind)
#0B0E0F — rgb(11, 14, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 57%, 6%);
text
color: hsl(107, 57%, 6%);
border
border: 2px solid hsl(107, 57%, 6%);
gradient light
background: linear-gradient(to right, hsl(107, 57%, 26%), hsl(107, 57%, 6%));
gradient dark
background: linear-gradient(to right, hsl(107, 57%, 6%), hsl(107, 57%, 0%))
hex
background-color: #0A1807;
tailwind
bg-[hsl(107,57%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 57%, 6%, 0.4);
css variable
--color-primary: hsl(107, 57%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(107, 57%, 6%)?
HEX: #0A1807 | RGB: rgb(10, 24, 7) | CMYK: 58%, 0%, 71%, 91% | HSV: 109°, 71%, 9%. Copy any format from the conversion table above.
What colors go well with #0A1807?
The complementary color is HSL(287, 57%, 6%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 57%, 6%) in CSS?
As HSL: color: hsl(107, 57%, 6%); — As HEX: color: #0A1807; — As RGB: color: rgb(10, 24, 7); — Tailwind CSS: bg-[hsl(107,57%,6%)] — CSS variable: --color-primary: hsl(107, 57%, 6%);