HSL(121, 68%, 10%)

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(121,68%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 68%, 10%) color: hsl(121, 68%, 10%)
HEX #082B09 color: #082B09
RGB rgb(8, 43, 9) color: rgb(8, 43, 9)
CMYK cmyk(81%, 0%, 79%, 83%)
HSV hsv(122, 81%, 17%)
HWB hwb(122 3% 83%) color: hwb(122 3% 83%)
OKLCH oklch(0.2551 0.0707 143.6) color: oklch(0.2551 0.0707 143.6)
Lab lab(14.39 -20.97 16.92) color: lab(14.39 -20.97 16.92)
LCH lch(14.39 26.94 141.1) color: lch(14.39 26.94 141.1)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 15.44:1
vs Black 1.36:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#171711 — rgb(23, 23, 17)

Deuteranopia (Green-blind)

#151313 — rgb(21, 19, 19)

Tritanopia (Blue-blind)

#0A1819 — rgb(10, 24, 25)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 68%, 10%);

text

color: hsl(121, 68%, 10%);

border

border: 2px solid hsl(121, 68%, 10%);

gradient light

background: linear-gradient(to right, hsl(121, 68%, 30%), hsl(121, 68%, 10%));

gradient dark

background: linear-gradient(to right, hsl(121, 68%, 10%), hsl(121, 68%, 0%))

hex

background-color: #082B09;

tailwind

bg-[hsl(121,68%,10%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(121, 68%, 10%, 0.4);

css variable

--color-primary: hsl(121, 68%, 10%);

Related Colors

Use Cases for Very Dark Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(121, 68%, 10%)?

HEX: #082B09 | RGB: rgb(8, 43, 9) | CMYK: 81%, 0%, 79%, 83% | HSV: 122°, 81%, 17%. Copy any format from the conversion table above.

What colors go well with #082B09?

The complementary color is HSL(301, 68%, 10%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(121, 68%, 10%) in CSS?

As HSL: color: hsl(121, 68%, 10%); — As HEX: color: #082B09; — As RGB: color: rgb(8, 43, 9); — Tailwind CSS: bg-[hsl(121,68%,10%)] — CSS variable: --color-primary: hsl(121, 68%, 10%);