HSL(83, 86%, 9%)

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(83,86%,9%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 86%, 9%) color: hsl(83, 86%, 9%)
HEX #1C2B03 color: #1C2B03
RGB rgb(28, 43, 3) color: rgb(28, 43, 3)
CMYK cmyk(35%, 0%, 93%, 83%)
HSV hsv(83, 93%, 17%)
HWB hwb(83 1% 83%) color: hwb(83 1% 83%)
OKLCH oklch(0.2659 0.0651 128.05) color: oklch(0.2659 0.0651 128.05)
Lab lab(15.39 -13.93 20.85) color: lab(15.39 -13.93 20.85)
LCH lch(15.39 25.08 123.75) color: lch(15.39 25.08 123.75)

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.04:1
vs Black 1.4: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)

#22230D — rgb(34, 35, 13)

Deuteranopia (Green-blind)

#22210F — rgb(34, 33, 15)

Tritanopia (Blue-blind)

#1D1416 — rgb(29, 20, 22)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 86%, 9%);

text

color: hsl(83, 86%, 9%);

border

border: 2px solid hsl(83, 86%, 9%);

gradient light

background: linear-gradient(to right, hsl(83, 86%, 29%), hsl(83, 86%, 9%));

gradient dark

background: linear-gradient(to right, hsl(83, 86%, 9%), hsl(83, 86%, 0%))

hex

background-color: #1C2B03;

tailwind

bg-[hsl(83,86%,9%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(83, 86%, 9%, 0.4);

css variable

--color-primary: hsl(83, 86%, 9%);

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(83, 86%, 9%)?

HEX: #1C2B03 | RGB: rgb(28, 43, 3) | CMYK: 35%, 0%, 93%, 83% | HSV: 83°, 93%, 17%. Copy any format from the conversion table above.

What colors go well with #1C2B03?

The complementary color is HSL(263, 86%, 9%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(83, 86%, 9%) in CSS?

As HSL: color: hsl(83, 86%, 9%); — As HEX: color: #1C2B03; — As RGB: color: rgb(28, 43, 3); — Tailwind CSS: bg-[hsl(83,86%,9%)] — CSS variable: --color-primary: hsl(83, 86%, 9%);