HSL(148, 85%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(148,85%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(148, 85%, 66%) color: hsl(148, 85%, 66%)
HEX #5FF2A3 color: #5FF2A3
RGB rgb(95, 242, 163) color: rgb(95, 242, 163)
CMYK cmyk(61%, 0%, 33%, 5%)
HSV hsv(148, 61%, 95%)
HWB hwb(148 37% 5%) color: hwb(148 37% 5%)
OKLCH oklch(0.8622 0.1686 156.43) color: oklch(0.8622 0.1686 156.43)
Lab lab(86.29 -56.85 26.72) color: lab(86.29 -56.85 26.72)
LCH lch(86.29 62.82 154.83) color: lch(86.29 62.82 154.83)

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 1.43:1
vs Black 14.72: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)

#9FA0B6 — rgb(159, 160, 182)

Deuteranopia (Green-blind)

#968BBB — rgb(150, 139, 187)

Tritanopia (Blue-blind)

#66C5C9 — rgb(102, 197, 201)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(148, 85%, 66%);

text

color: hsl(148, 85%, 66%);

border

border: 2px solid hsl(148, 85%, 66%);

gradient light

background: linear-gradient(to right, hsl(148, 85%, 86%), hsl(148, 85%, 66%));

gradient dark

background: linear-gradient(to right, hsl(148, 85%, 66%), hsl(148, 85%, 46%))

hex

background-color: #5FF2A3;

tailwind

bg-[hsl(148,85%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(148, 85%, 66%, 0.4);

css variable

--color-primary: hsl(148, 85%, 66%);

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(148, 85%, 66%)?

HEX: #5FF2A3 | RGB: rgb(95, 242, 163) | CMYK: 61%, 0%, 33%, 5% | HSV: 148°, 61%, 95%. Copy any format from the conversion table above.

What colors go well with #5FF2A3?

The complementary color is HSL(328, 85%, 66%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(148, 85%, 66%) in CSS?

As HSL: color: hsl(148, 85%, 66%); — As HEX: color: #5FF2A3; — As RGB: color: rgb(95, 242, 163); — Tailwind CSS: bg-[hsl(148,85%,66%)] — CSS variable: --color-primary: hsl(148, 85%, 66%);