HSL(154, 85%, 70%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(154,85%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(154, 85%, 70%) color: hsl(154, 85%, 70%)
HEX #71F4BB color: #71F4BB
RGB rgb(113, 244, 187) color: rgb(113, 244, 187)
CMYK cmyk(54%, 0%, 23%, 4%)
HSV hsv(154, 54%, 96%)
HWB hwb(154 44% 4%) color: hwb(154 44% 4%)
OKLCH oklch(0.878 0.1424 162.58) color: oklch(0.878 0.1424 162.58)
Lab lab(87.87 -49.2 16.66) color: lab(87.87 -49.2 16.66)
LCH lch(87.87 51.94 161.29) color: lch(87.87 51.94 161.29)

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.37:1
vs Black 15.36: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)

#AAABC9 — rgb(170, 171, 201)

Deuteranopia (Green-blind)

#A298CC — rgb(162, 152, 204)

Tritanopia (Blue-blind)

#78D4D6 — rgb(120, 212, 214)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(154, 85%, 70%);

text

color: hsl(154, 85%, 70%);

border

border: 2px solid hsl(154, 85%, 70%);

gradient light

background: linear-gradient(to right, hsl(154, 85%, 90%), hsl(154, 85%, 70%));

gradient dark

background: linear-gradient(to right, hsl(154, 85%, 70%), hsl(154, 85%, 50%))

hex

background-color: #71F4BB;

tailwind

bg-[hsl(154,85%,70%)]

box shadow

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

css variable

--color-primary: hsl(154, 85%, 70%);

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(154, 85%, 70%)?

HEX: #71F4BB | RGB: rgb(113, 244, 187) | CMYK: 54%, 0%, 23%, 4% | HSV: 154°, 54%, 96%. Copy any format from the conversion table above.

What colors go well with #71F4BB?

The complementary color is HSL(334, 85%, 70%). For a triadic harmony, use hues 154°, 274°, and 34°. For analogous combinations, try hues 124° and 184°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(154, 85%, 70%) in CSS?

As HSL: color: hsl(154, 85%, 70%); — As HEX: color: #71F4BB; — As RGB: color: rgb(113, 244, 187); — Tailwind CSS: bg-[hsl(154,85%,70%)] — CSS variable: --color-primary: hsl(154, 85%, 70%);