HSL(152, 43%, 39%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(152,43%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(152, 43%, 39%) color: hsl(152, 43%, 39%)
HEX #398E66 color: #398E66
RGB rgb(57, 142, 102) color: rgb(57, 142, 102)
CMYK cmyk(60%, 0%, 28%, 44%)
HSV hsv(152, 60%, 56%)
HWB hwb(152 22% 44%) color: hwb(152 22% 44%)
OKLCH oklch(0.5836 0.1034 160.11) color: oklch(0.5836 0.1034 160.11)
Lab lab(53.14 -35.49 13.82) color: lab(53.14 -35.49 13.82)
LCH lch(53.14 38.09 158.72) color: lch(53.14 38.09 158.72)

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 4.01:1
vs Black 5.24: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)

#5E5F70 — rgb(94, 95, 112)

Deuteranopia (Green-blind)

#595372 — rgb(89, 83, 114)

Tritanopia (Blue-blind)

#3D7779 — rgb(61, 119, 121)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(152, 43%, 39%);

text

color: hsl(152, 43%, 39%);

border

border: 2px solid hsl(152, 43%, 39%);

gradient light

background: linear-gradient(to right, hsl(152, 43%, 59%), hsl(152, 43%, 39%));

gradient dark

background: linear-gradient(to right, hsl(152, 43%, 39%), hsl(152, 43%, 19%))

hex

background-color: #398E66;

tailwind

bg-[hsl(152,43%,39%)]

box shadow

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

css variable

--color-primary: hsl(152, 43%, 39%);

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, 43%, 39%)?

HEX: #398E66 | RGB: rgb(57, 142, 102) | CMYK: 60%, 0%, 28%, 44% | HSV: 152°, 60%, 56%. Copy any format from the conversion table above.

What colors go well with #398E66?

The complementary color is HSL(332, 43%, 39%). 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, 43%, 39%) in CSS?

As HSL: color: hsl(152, 43%, 39%); — As HEX: color: #398E66; — As RGB: color: rgb(57, 142, 102); — Tailwind CSS: bg-[hsl(152,43%,39%)] — CSS variable: --color-primary: hsl(152, 43%, 39%);