HSL(152, 38%, 47%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(152,38%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(152, 38%, 47%) color: hsl(152, 38%, 47%)
HEX #4AA57B color: #4AA57B
RGB rgb(74, 165, 123) color: rgb(74, 165, 123)
CMYK cmyk(55%, 0%, 25%, 35%)
HSV hsv(152, 55%, 65%)
HWB hwb(152 29% 35%) color: hwb(152 29% 35%)
OKLCH oklch(0.6548 0.1085 161.15) color: oklch(0.6548 0.1085 161.15)
Lab lab(61.48 -37.29 13.71) color: lab(61.48 -37.29 13.71)
LCH lch(61.48 39.73 159.81) color: lch(61.48 39.73 159.81)

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 3.02:1
vs Black 6.96:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#717285 — rgb(113, 114, 133)

Deuteranopia (Green-blind)

#6C6588 — rgb(108, 101, 136)

Tritanopia (Blue-blind)

#4F8D8F — rgb(79, 141, 143)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(152, 38%, 47%);

text

color: hsl(152, 38%, 47%);

border

border: 2px solid hsl(152, 38%, 47%);

gradient light

background: linear-gradient(to right, hsl(152, 38%, 67%), hsl(152, 38%, 47%));

gradient dark

background: linear-gradient(to right, hsl(152, 38%, 47%), hsl(152, 38%, 27%))

hex

background-color: #4AA57B;

tailwind

bg-[hsl(152,38%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(152, 38%, 47%, 0.4);

css variable

--color-primary: hsl(152, 38%, 47%);

Related Colors

Use Cases for Cyan

Tech/SaaS products Medical apps Water/ocean themes Clean UI elements Data viz

Frequently Asked Questions

What are all the color codes for HSL(152, 38%, 47%)?

HEX: #4AA57B | RGB: rgb(74, 165, 123) | CMYK: 55%, 0%, 25%, 35% | HSV: 152°, 55%, 65%. Copy any format from the conversion table above.

What colors go well with #4AA57B?

The complementary color is HSL(332, 38%, 47%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(152, 38%, 47%) in CSS?

As HSL: color: hsl(152, 38%, 47%); — As HEX: color: #4AA57B; — As RGB: color: rgb(74, 165, 123); — Tailwind CSS: bg-[hsl(152,38%,47%)] — CSS variable: --color-primary: hsl(152, 38%, 47%);