HSL(127, 57%, 2%)

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(127,57%,2%)]

Color Conversions

Format Value CSS Usage
HSL hsl(127, 57%, 2%) color: hsl(127, 57%, 2%)
HEX #020803 color: #020803
RGB rgb(2, 8, 3) color: rgb(2, 8, 3)
CMYK cmyk(75%, 0%, 63%, 97%)
HSV hsv(130, 75%, 3%)
HWB hwb(130 1% 97%) color: hwb(130 1% 97%)
OKLCH oklch(0.1221 0.0221 149.76) color: oklch(0.1221 0.0221 149.76)
Lab lab(1.74 -2.26 1.34) color: lab(1.74 -2.26 1.34)
LCH lch(1.74 2.63 149.34) color: lch(1.74 2.63 149.34)

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 20.22:1
vs Black 1.04: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)

#050504 — rgb(5, 5, 4)

Deuteranopia (Green-blind)

#040405 — rgb(4, 4, 5)

Tritanopia (Blue-blind)

#020505 — rgb(2, 5, 5)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(127, 57%, 2%);

text

color: hsl(127, 57%, 2%);

border

border: 2px solid hsl(127, 57%, 2%);

gradient light

background: linear-gradient(to right, hsl(127, 57%, 22%), hsl(127, 57%, 2%));

gradient dark

background: linear-gradient(to right, hsl(127, 57%, 2%), hsl(127, 57%, 0%))

hex

background-color: #020803;

tailwind

bg-[hsl(127,57%,2%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(127, 57%, 2%, 0.4);

css variable

--color-primary: hsl(127, 57%, 2%);

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(127, 57%, 2%)?

HEX: #020803 | RGB: rgb(2, 8, 3) | CMYK: 75%, 0%, 63%, 97% | HSV: 130°, 75%, 3%. Copy any format from the conversion table above.

What colors go well with #020803?

The complementary color is HSL(307, 57%, 2%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(127, 57%, 2%) in CSS?

As HSL: color: hsl(127, 57%, 2%); — As HEX: color: #020803; — As RGB: color: rgb(2, 8, 3); — Tailwind CSS: bg-[hsl(127,57%,2%)] — CSS variable: --color-primary: hsl(127, 57%, 2%);