HSL(191, 67%, 37%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(191,67%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(191, 67%, 37%) color: hsl(191, 67%, 37%)
HEX #1F869E color: #1F869E
RGB rgb(31, 134, 158) color: rgb(31, 134, 158)
CMYK cmyk(80%, 15%, 0%, 38%)
HSV hsv(191, 80%, 62%)
HWB hwb(191 12% 38%) color: hwb(191 12% 38%)
OKLCH oklch(0.575 0.0951 217.87) color: oklch(0.575 0.0951 217.87)
Lab lab(51.62 -19.72 -20.89) color: lab(51.62 -19.72 -20.89)
LCH lch(51.62 28.73 226.65) color: lch(51.62 28.73 226.65)

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.23:1
vs Black 4.96: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)

#4C4D98 — rgb(76, 77, 152)

Deuteranopia (Green-blind)

#463E97 — rgb(70, 62, 151)

Tritanopia (Blue-blind)

#249493 — rgb(36, 148, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(191, 67%, 37%);

text

color: hsl(191, 67%, 37%);

border

border: 2px solid hsl(191, 67%, 37%);

gradient light

background: linear-gradient(to right, hsl(191, 67%, 57%), hsl(191, 67%, 37%));

gradient dark

background: linear-gradient(to right, hsl(191, 67%, 37%), hsl(191, 67%, 17%))

hex

background-color: #1F869E;

tailwind

bg-[hsl(191,67%,37%)]

box shadow

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

css variable

--color-primary: hsl(191, 67%, 37%);

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, 67%, 37%)?

HEX: #1F869E | RGB: rgb(31, 134, 158) | CMYK: 80%, 15%, 0%, 38% | HSV: 191°, 80%, 62%. Copy any format from the conversion table above.

What colors go well with #1F869E?

The complementary color is HSL(11, 67%, 37%). 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, 67%, 37%) in CSS?

As HSL: color: hsl(191, 67%, 37%); — As HEX: color: #1F869E; — As RGB: color: rgb(31, 134, 158); — Tailwind CSS: bg-[hsl(191,67%,37%)] — CSS variable: --color-primary: hsl(191, 67%, 37%);