HSL(186, 71%, 34%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(186,71%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(186, 71%, 34%) color: hsl(186, 71%, 34%)
HEX #198894 color: #198894
RGB rgb(25, 136, 148) color: rgb(25, 136, 148)
CMYK cmyk(83%, 8%, 0%, 42%)
HSV hsv(186, 83%, 58%)
HWB hwb(186 10% 42%) color: hwb(186 10% 42%)
OKLCH oklch(0.5748 0.093 206.38) color: oklch(0.5748 0.093 206.38)
Lab lab(51.78 -24.7 -14.84) color: lab(51.78 -24.7 -14.84)
LCH lch(51.78 28.82 211) color: lch(51.78 28.82 211)

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.21:1
vs Black 4.99: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)

#494A91 — rgb(73, 74, 145)

Deuteranopia (Green-blind)

#433A90 — rgb(67, 58, 144)

Tritanopia (Blue-blind)

#1F8F8E — rgb(31, 143, 142)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(186, 71%, 34%);

text

color: hsl(186, 71%, 34%);

border

border: 2px solid hsl(186, 71%, 34%);

gradient light

background: linear-gradient(to right, hsl(186, 71%, 54%), hsl(186, 71%, 34%));

gradient dark

background: linear-gradient(to right, hsl(186, 71%, 34%), hsl(186, 71%, 14%))

hex

background-color: #198894;

tailwind

bg-[hsl(186,71%,34%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(186, 71%, 34%, 0.4);

css variable

--color-primary: hsl(186, 71%, 34%);

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(186, 71%, 34%)?

HEX: #198894 | RGB: rgb(25, 136, 148) | CMYK: 83%, 8%, 0%, 42% | HSV: 186°, 83%, 58%. Copy any format from the conversion table above.

What colors go well with #198894?

The complementary color is HSL(6, 71%, 34%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(186, 71%, 34%) in CSS?

As HSL: color: hsl(186, 71%, 34%); — As HEX: color: #198894; — As RGB: color: rgb(25, 136, 148); — Tailwind CSS: bg-[hsl(186,71%,34%)] — CSS variable: --color-primary: hsl(186, 71%, 34%);