HSL(192, 45%, 37%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(192,45%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(192, 45%, 37%) color: hsl(192, 45%, 37%)
HEX #347889 color: #347889
RGB rgb(52, 120, 137) color: rgb(52, 120, 137)
CMYK cmyk(62%, 12%, 0%, 46%)
HSV hsv(192, 62%, 54%)
HWB hwb(192 21% 46%) color: hwb(192 21% 46%)
OKLCH oklch(0.5362 0.0728 216.77) color: oklch(0.5362 0.0728 216.77)
Lab lab(46.93 -16 -15.7) color: lab(46.93 -16 -15.7)
LCH lch(46.93 22.42 224.46) color: lch(46.93 22.42 224.46)

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 5.01:1
vs Black 4.19:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#515285 — rgb(81, 82, 133)

Deuteranopia (Green-blind)

#4E4884 — rgb(78, 72, 132)

Tritanopia (Blue-blind)

#378281 — rgb(55, 130, 129)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(192, 45%, 37%);

text

color: hsl(192, 45%, 37%);

border

border: 2px solid hsl(192, 45%, 37%);

gradient light

background: linear-gradient(to right, hsl(192, 45%, 57%), hsl(192, 45%, 37%));

gradient dark

background: linear-gradient(to right, hsl(192, 45%, 37%), hsl(192, 45%, 17%))

hex

background-color: #347889;

tailwind

bg-[hsl(192,45%,37%)]

box shadow

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

css variable

--color-primary: hsl(192, 45%, 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(192, 45%, 37%)?

HEX: #347889 | RGB: rgb(52, 120, 137) | CMYK: 62%, 12%, 0%, 46% | HSV: 192°, 62%, 54%. Copy any format from the conversion table above.

What colors go well with #347889?

The complementary color is HSL(12, 45%, 37%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(192, 45%, 37%) in CSS?

As HSL: color: hsl(192, 45%, 37%); — As HEX: color: #347889; — As RGB: color: rgb(52, 120, 137); — Tailwind CSS: bg-[hsl(192,45%,37%)] — CSS variable: --color-primary: hsl(192, 45%, 37%);