HSL(133, 65%, 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(133,65%,6%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 65%, 6%) color: hsl(133, 65%, 6%)
HEX #05190A color: #05190A
RGB rgb(5, 25, 10) color: rgb(5, 25, 10)
CMYK cmyk(80%, 0%, 60%, 90%)
HSV hsv(135, 80%, 10%)
HWB hwb(135 2% 90%) color: hwb(135 2% 90%)
OKLCH oklch(0.1913 0.0404 150.27) color: oklch(0.1913 0.0404 150.27)
Lab lab(6.77 -10.13 5.85) color: lab(6.77 -10.13 5.85)
LCH lch(6.77 11.7 149.99) color: lch(6.77 11.7 149.99)

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 18.26:1
vs Black 1.15: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)

#0E0E0E — rgb(14, 14, 14)

Deuteranopia (Green-blind)

#0D0B0F — rgb(13, 11, 15)

Tritanopia (Blue-blind)

#061011 — rgb(6, 16, 17)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 65%, 6%);

text

color: hsl(133, 65%, 6%);

border

border: 2px solid hsl(133, 65%, 6%);

gradient light

background: linear-gradient(to right, hsl(133, 65%, 26%), hsl(133, 65%, 6%));

gradient dark

background: linear-gradient(to right, hsl(133, 65%, 6%), hsl(133, 65%, 0%))

hex

background-color: #05190A;

tailwind

bg-[hsl(133,65%,6%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(133, 65%, 6%, 0.4);

css variable

--color-primary: hsl(133, 65%, 6%);

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(133, 65%, 6%)?

HEX: #05190A | RGB: rgb(5, 25, 10) | CMYK: 80%, 0%, 60%, 90% | HSV: 135°, 80%, 10%. Copy any format from the conversion table above.

What colors go well with #05190A?

The complementary color is HSL(313, 65%, 6%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 65%, 6%) in CSS?

As HSL: color: hsl(133, 65%, 6%); — As HEX: color: #05190A; — As RGB: color: rgb(5, 25, 10); — Tailwind CSS: bg-[hsl(133,65%,6%)] — CSS variable: --color-primary: hsl(133, 65%, 6%);