HSL(187, 77%, 64%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(187,77%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(187, 77%, 64%) color: hsl(187, 77%, 64%)
HEX #5DD9EA color: #5DD9EA
RGB rgb(93, 217, 234) color: rgb(93, 217, 234)
CMYK cmyk(60%, 7%, 0%, 8%)
HSV hsv(187, 60%, 92%)
HWB hwb(187 37% 8%) color: hwb(187 37% 8%)
OKLCH oklch(0.8221 0.1116 207.62) color: oklch(0.8221 0.1116 207.62)
Lab lab(80.68 -29.42 -18.67) color: lab(80.68 -29.42 -18.67)
LCH lch(80.68 34.84 212.4) color: lch(80.68 34.84 212.4)

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.67:1
vs Black 12.58: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)

#9394E6 — rgb(147, 148, 230)

Deuteranopia (Green-blind)

#8C82E5 — rgb(140, 130, 229)

Tritanopia (Blue-blind)

#63E3E2 — rgb(99, 227, 226)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(187, 77%, 64%);

text

color: hsl(187, 77%, 64%);

border

border: 2px solid hsl(187, 77%, 64%);

gradient light

background: linear-gradient(to right, hsl(187, 77%, 84%), hsl(187, 77%, 64%));

gradient dark

background: linear-gradient(to right, hsl(187, 77%, 64%), hsl(187, 77%, 44%))

hex

background-color: #5DD9EA;

tailwind

bg-[hsl(187,77%,64%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(187, 77%, 64%, 0.4);

css variable

--color-primary: hsl(187, 77%, 64%);

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(187, 77%, 64%)?

HEX: #5DD9EA | RGB: rgb(93, 217, 234) | CMYK: 60%, 7%, 0%, 8% | HSV: 187°, 60%, 92%. Copy any format from the conversion table above.

What colors go well with #5DD9EA?

The complementary color is HSL(7, 77%, 64%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(187, 77%, 64%) in CSS?

As HSL: color: hsl(187, 77%, 64%); — As HEX: color: #5DD9EA; — As RGB: color: rgb(93, 217, 234); — Tailwind CSS: bg-[hsl(187,77%,64%)] — CSS variable: --color-primary: hsl(187, 77%, 64%);