HSL(148, 49%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(148,49%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(148, 49%, 74%) color: hsl(148, 49%, 74%)
HEX #9CDDBB color: #9CDDBB
RGB rgb(156, 221, 187) color: rgb(156, 221, 187)
CMYK cmyk(29%, 0%, 15%, 13%)
HSV hsv(149, 29%, 87%)
HWB hwb(149 62% 13%) color: hwb(149 62% 13%)
OKLCH oklch(0.8444 0.0814 161.19) color: oklch(0.8444 0.0814 161.19)
Lab lab(83.11 -27.55 10.17) color: lab(83.11 -27.55 10.17)
LCH lch(83.11 29.37 159.74) color: lch(83.11 29.37 159.74)

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.56:1
vs Black 13.47: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)

#B8B9C3 — rgb(184, 185, 195)

Deuteranopia (Green-blind)

#B4B0C5 — rgb(180, 176, 197)

Tritanopia (Blue-blind)

#9FCACB — rgb(159, 202, 203)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(148, 49%, 74%);

text

color: hsl(148, 49%, 74%);

border

border: 2px solid hsl(148, 49%, 74%);

gradient light

background: linear-gradient(to right, hsl(148, 49%, 94%), hsl(148, 49%, 74%));

gradient dark

background: linear-gradient(to right, hsl(148, 49%, 74%), hsl(148, 49%, 54%))

hex

background-color: #9CDDBB;

tailwind

bg-[hsl(148,49%,74%)]

box shadow

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

css variable

--color-primary: hsl(148, 49%, 74%);

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, 49%, 74%)?

HEX: #9CDDBB | RGB: rgb(156, 221, 187) | CMYK: 29%, 0%, 15%, 13% | HSV: 149°, 29%, 87%. Copy any format from the conversion table above.

What colors go well with #9CDDBB?

The complementary color is HSL(328, 49%, 74%). 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, 49%, 74%) in CSS?

As HSL: color: hsl(148, 49%, 74%); — As HEX: color: #9CDDBB; — As RGB: color: rgb(156, 221, 187); — Tailwind CSS: bg-[hsl(148,49%,74%)] — CSS variable: --color-primary: hsl(148, 49%, 74%);