HSL(191, 40%, 66%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(191,40%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(191, 40%, 66%) color: hsl(191, 40%, 66%)
HEX #86BECB color: #86BECB
RGB rgb(134, 190, 203) color: rgb(134, 190, 203)
CMYK cmyk(34%, 6%, 0%, 20%)
HSV hsv(191, 34%, 80%)
HWB hwb(191 53% 20%) color: hwb(191 53% 20%)
OKLCH oklch(0.7673 0.0609 213.73) color: oklch(0.7673 0.0609 213.73)
Lab lab(73.68 -14.93 -12.35) color: lab(73.68 -14.93 -12.35)
LCH lch(73.68 19.38 219.6) color: lch(73.68 19.38 219.6)

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.05:1
vs Black 10.24: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)

#9E9FC8 — rgb(158, 159, 200)

Deuteranopia (Green-blind)

#9B97C7 — rgb(155, 151, 199)

Tritanopia (Blue-blind)

#89C5C5 — rgb(137, 197, 197)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(191, 40%, 66%);

text

color: hsl(191, 40%, 66%);

border

border: 2px solid hsl(191, 40%, 66%);

gradient light

background: linear-gradient(to right, hsl(191, 40%, 86%), hsl(191, 40%, 66%));

gradient dark

background: linear-gradient(to right, hsl(191, 40%, 66%), hsl(191, 40%, 46%))

hex

background-color: #86BECB;

tailwind

bg-[hsl(191,40%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(191, 40%, 66%, 0.4);

css variable

--color-primary: hsl(191, 40%, 66%);

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(191, 40%, 66%)?

HEX: #86BECB | RGB: rgb(134, 190, 203) | CMYK: 34%, 6%, 0%, 20% | HSV: 191°, 34%, 80%. Copy any format from the conversion table above.

What colors go well with #86BECB?

The complementary color is HSL(11, 40%, 66%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(191, 40%, 66%) in CSS?

As HSL: color: hsl(191, 40%, 66%); — As HEX: color: #86BECB; — As RGB: color: rgb(134, 190, 203); — Tailwind CSS: bg-[hsl(191,40%,66%)] — CSS variable: --color-primary: hsl(191, 40%, 66%);