HSL(76, 89%, 11%)

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(76,89%,11%)]

Color Conversions

Format Value CSS Usage
HSL hsl(76, 89%, 11%) color: hsl(76, 89%, 11%)
HEX #283503 color: #283503
RGB rgb(40, 53, 3) color: rgb(40, 53, 3)
CMYK cmyk(25%, 0%, 94%, 79%)
HSV hsv(76, 94%, 21%)
HWB hwb(76 1% 79%) color: hwb(76 1% 79%)
OKLCH oklch(0.3062 0.0725 123.76) color: oklch(0.3062 0.0725 123.76)
Lab lab(20.06 -13.7 26.69) color: lab(20.06 -13.7 26.69)
LCH lch(20.06 30 117.17) color: lch(20.06 30 117.17)

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 13.12:1
vs Black 1.6: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)

#2E2E0F — rgb(46, 46, 15)

Deuteranopia (Green-blind)

#2D2C12 — rgb(45, 44, 18)

Tritanopia (Blue-blind)

#29191B — rgb(41, 25, 27)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(76, 89%, 11%);

text

color: hsl(76, 89%, 11%);

border

border: 2px solid hsl(76, 89%, 11%);

gradient light

background: linear-gradient(to right, hsl(76, 89%, 31%), hsl(76, 89%, 11%));

gradient dark

background: linear-gradient(to right, hsl(76, 89%, 11%), hsl(76, 89%, 0%))

hex

background-color: #283503;

tailwind

bg-[hsl(76,89%,11%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(76, 89%, 11%, 0.4);

css variable

--color-primary: hsl(76, 89%, 11%);

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(76, 89%, 11%)?

HEX: #283503 | RGB: rgb(40, 53, 3) | CMYK: 25%, 0%, 94%, 79% | HSV: 76°, 94%, 21%. Copy any format from the conversion table above.

What colors go well with #283503?

The complementary color is HSL(256, 89%, 11%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(76, 89%, 11%) in CSS?

As HSL: color: hsl(76, 89%, 11%); — As HEX: color: #283503; — As RGB: color: rgb(40, 53, 3); — Tailwind CSS: bg-[hsl(76,89%,11%)] — CSS variable: --color-primary: hsl(76, 89%, 11%);