HSL(67, 43%, 48%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,43%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 43%, 48%) color: hsl(67, 43%, 48%)
HEX #A3AF46 color: #A3AF46
RGB rgb(163, 175, 70) color: rgb(163, 175, 70)
CMYK cmyk(7%, 0%, 60%, 31%)
HSV hsv(67, 60%, 69%)
HWB hwb(67 28% 31%) color: hwb(67 28% 31%)
OKLCH oklch(0.7234 0.1299 115.2) color: oklch(0.7234 0.1299 115.2)
Lab lab(68.67 -18.8 51.07) color: lab(68.67 -18.8 51.07)
LCH lch(68.67 54.42 110.21) color: lch(68.67 54.42 110.21)

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 2.39:1
vs Black 8.78:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A8A85F — rgb(168, 168, 95)

Deuteranopia (Green-blind)

#A8A766 — rgb(168, 167, 102)

Tritanopia (Blue-blind)

#A47378 — rgb(164, 115, 120)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 43%, 48%);

text

color: hsl(67, 43%, 48%);

border

border: 2px solid hsl(67, 43%, 48%);

gradient light

background: linear-gradient(to right, hsl(67, 43%, 68%), hsl(67, 43%, 48%));

gradient dark

background: linear-gradient(to right, hsl(67, 43%, 48%), hsl(67, 43%, 28%))

hex

background-color: #A3AF46;

tailwind

bg-[hsl(67,43%,48%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(67, 43%, 48%, 0.4);

css variable

--color-primary: hsl(67, 43%, 48%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(67, 43%, 48%)?

HEX: #A3AF46 | RGB: rgb(163, 175, 70) | CMYK: 7%, 0%, 60%, 31% | HSV: 67°, 60%, 69%. Copy any format from the conversion table above.

What colors go well with #A3AF46?

The complementary color is HSL(247, 43%, 48%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 43%, 48%) in CSS?

As HSL: color: hsl(67, 43%, 48%); — As HEX: color: #A3AF46; — As RGB: color: rgb(163, 175, 70); — Tailwind CSS: bg-[hsl(67,43%,48%)] — CSS variable: --color-primary: hsl(67, 43%, 48%);