HSL(190, 23%, 55%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(190,23%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(190, 23%, 55%) color: hsl(190, 23%, 55%)
HEX #729EA7 color: #729EA7
RGB rgb(114, 158, 167) color: rgb(114, 158, 167)
CMYK cmyk(32%, 5%, 0%, 35%)
HSV hsv(190, 32%, 65%)
HWB hwb(190 44% 35%) color: hwb(190 44% 35%)
OKLCH oklch(0.6706 0.0493 211.67) color: oklch(0.6706 0.0493 211.67)
Lab lab(62.36 -12.59 -9.47) color: lab(62.36 -12.59 -9.47)
LCH lch(62.36 15.75 216.95) color: lch(62.36 15.75 216.95)

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.93:1
vs Black 7.16: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)

#8585A5 — rgb(133, 133, 165)

Deuteranopia (Green-blind)

#837FA4 — rgb(131, 127, 164)

Tritanopia (Blue-blind)

#74A3A3 — rgb(116, 163, 163)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(190, 23%, 55%);

text

color: hsl(190, 23%, 55%);

border

border: 2px solid hsl(190, 23%, 55%);

gradient light

background: linear-gradient(to right, hsl(190, 23%, 75%), hsl(190, 23%, 55%));

gradient dark

background: linear-gradient(to right, hsl(190, 23%, 55%), hsl(190, 23%, 35%))

hex

background-color: #729EA7;

tailwind

bg-[hsl(190,23%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(190, 23%, 55%, 0.4);

css variable

--color-primary: hsl(190, 23%, 55%);

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(190, 23%, 55%)?

HEX: #729EA7 | RGB: rgb(114, 158, 167) | CMYK: 32%, 5%, 0%, 35% | HSV: 190°, 32%, 65%. Copy any format from the conversion table above.

What colors go well with #729EA7?

The complementary color is HSL(10, 23%, 55%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(190, 23%, 55%) in CSS?

As HSL: color: hsl(190, 23%, 55%); — As HEX: color: #729EA7; — As RGB: color: rgb(114, 158, 167); — Tailwind CSS: bg-[hsl(190,23%,55%)] — CSS variable: --color-primary: hsl(190, 23%, 55%);