HSL(157, 68%, 32%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(157,68%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(157, 68%, 32%) color: hsl(157, 68%, 32%)
HEX #1A895F color: #1A895F
RGB rgb(26, 137, 95) color: rgb(26, 137, 95)
CMYK cmyk(81%, 0%, 31%, 46%)
HSV hsv(157, 81%, 54%)
HWB hwb(157 10% 46%) color: hwb(157 10% 46%)
OKLCH oklch(0.5603 0.1156 161.82) color: oklch(0.5603 0.1156 161.82)
Lab lab(50.61 -40.28 14.2) color: lab(50.61 -40.28 14.2)
LCH lch(50.61 42.71 160.58) color: lch(50.61 42.71 160.58)

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.39:1
vs Black 4.79: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)

#4A4B69 — rgb(74, 75, 105)

Deuteranopia (Green-blind)

#443B6C — rgb(68, 59, 108)

Tritanopia (Blue-blind)

#207173 — rgb(32, 113, 115)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(157, 68%, 32%);

text

color: hsl(157, 68%, 32%);

border

border: 2px solid hsl(157, 68%, 32%);

gradient light

background: linear-gradient(to right, hsl(157, 68%, 52%), hsl(157, 68%, 32%));

gradient dark

background: linear-gradient(to right, hsl(157, 68%, 32%), hsl(157, 68%, 12%))

hex

background-color: #1A895F;

tailwind

bg-[hsl(157,68%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(157, 68%, 32%, 0.4);

css variable

--color-primary: hsl(157, 68%, 32%);

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(157, 68%, 32%)?

HEX: #1A895F | RGB: rgb(26, 137, 95) | CMYK: 81%, 0%, 31%, 46% | HSV: 157°, 81%, 54%. Copy any format from the conversion table above.

What colors go well with #1A895F?

The complementary color is HSL(337, 68%, 32%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(157, 68%, 32%) in CSS?

As HSL: color: hsl(157, 68%, 32%); — As HEX: color: #1A895F; — As RGB: color: rgb(26, 137, 95); — Tailwind CSS: bg-[hsl(157,68%,32%)] — CSS variable: --color-primary: hsl(157, 68%, 32%);