HSL(68, 27%, 10%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(68, 27%, 10%) color: hsl(68, 27%, 10%)
HEX #1F2013 color: #1F2013
RGB rgb(31, 32, 19) color: rgb(31, 32, 19)
CMYK cmyk(3%, 0%, 41%, 87%)
HSV hsv(65, 41%, 13%)
HWB hwb(65 8% 87%) color: hwb(65 8% 87%)
OKLCH oklch(0.2382 0.0234 111.74) color: oklch(0.2382 0.0234 111.74)
Lab lab(11.77 -3.28 8.59) color: lab(11.77 -3.28 8.59)
LCH lch(11.77 9.19 110.9) color: lch(11.77 9.19 110.9)

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 16.48:1
vs Black 1.27: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)

#1F1F16 — rgb(31, 31, 22)

Deuteranopia (Green-blind)

#1F1F17 — rgb(31, 31, 23)

Tritanopia (Blue-blind)

#1F1919 — rgb(31, 25, 25)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #1F2013;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(68, 27%, 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(68, 27%, 10%)?

HEX: #1F2013 | RGB: rgb(31, 32, 19) | CMYK: 3%, 0%, 41%, 87% | HSV: 65°, 41%, 13%. Copy any format from the conversion table above.

What colors go well with #1F2013?

The complementary color is HSL(248, 27%, 10%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(68, 27%, 10%); — As HEX: color: #1F2013; — As RGB: color: rgb(31, 32, 19); — Tailwind CSS: bg-[hsl(68,27%,10%)] — CSS variable: --color-primary: hsl(68, 27%, 10%);