HSL(193, 69%, 58%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(193,69%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(193, 69%, 58%) color: hsl(193, 69%, 58%)
HEX #4ABEDE color: #4ABEDE
RGB rgb(74, 190, 222) color: rgb(74, 190, 222)
CMYK cmyk(67%, 14%, 0%, 13%)
HSV hsv(193, 67%, 87%)
HWB hwb(193 29% 13%) color: hwb(193 29% 13%)
OKLCH oklch(0.7489 0.112 219.53) color: oklch(0.7489 0.112 219.53)
Lab lab(71.93 -22.62 -25.57) color: lab(71.93 -22.62 -25.57)
LCH lch(71.93 34.14 228.5) color: lch(71.93 34.14 228.5)

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 2.16:1
vs Black 9.71: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)

#7C7DD6 — rgb(124, 125, 214)

Deuteranopia (Green-blind)

#766DD4 — rgb(118, 109, 212)

Tritanopia (Blue-blind)

#50D0CF — rgb(80, 208, 207)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(193, 69%, 58%);

text

color: hsl(193, 69%, 58%);

border

border: 2px solid hsl(193, 69%, 58%);

gradient light

background: linear-gradient(to right, hsl(193, 69%, 78%), hsl(193, 69%, 58%));

gradient dark

background: linear-gradient(to right, hsl(193, 69%, 58%), hsl(193, 69%, 38%))

hex

background-color: #4ABEDE;

tailwind

bg-[hsl(193,69%,58%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(193, 69%, 58%, 0.4);

css variable

--color-primary: hsl(193, 69%, 58%);

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(193, 69%, 58%)?

HEX: #4ABEDE | RGB: rgb(74, 190, 222) | CMYK: 67%, 14%, 0%, 13% | HSV: 193°, 67%, 87%. Copy any format from the conversion table above.

What colors go well with #4ABEDE?

The complementary color is HSL(13, 69%, 58%). For a triadic harmony, use hues 193°, 313°, and 73°. For analogous combinations, try hues 163° and 223°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(193, 69%, 58%) in CSS?

As HSL: color: hsl(193, 69%, 58%); — As HEX: color: #4ABEDE; — As RGB: color: rgb(74, 190, 222); — Tailwind CSS: bg-[hsl(193,69%,58%)] — CSS variable: --color-primary: hsl(193, 69%, 58%);