HSL(190, 10%, 50%)

Grayish Cyan — Cyan color

Adjust Color

Color Information

Color Name

Grayish Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(190,10%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(190, 10%, 50%) color: hsl(190, 10%, 50%)
HEX #73888C color: #73888C
RGB rgb(115, 136, 140) color: rgb(115, 136, 140)
CMYK cmyk(18%, 3%, 0%, 45%)
HSV hsv(190, 18%, 55%)
HWB hwb(190 45% 45%) color: hwb(190 45% 45%)
OKLCH oklch(0.6115 0.025 210.43) color: oklch(0.6115 0.025 210.43)
Lab lab(55.22 -6.62 -4.67) color: lab(55.22 -6.62 -4.67)
LCH lch(55.22 8.1 215.2) color: lch(55.22 8.1 215.2)

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 3.73:1
vs Black 5.63: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)

#7C7C8B — rgb(124, 124, 139)

Deuteranopia (Green-blind)

#7B798B — rgb(123, 121, 139)

Tritanopia (Blue-blind)

#748A8A — rgb(116, 138, 138)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(190, 10%, 50%);

text

color: hsl(190, 10%, 50%);

border

border: 2px solid hsl(190, 10%, 50%);

gradient light

background: linear-gradient(to right, hsl(190, 10%, 70%), hsl(190, 10%, 50%));

gradient dark

background: linear-gradient(to right, hsl(190, 10%, 50%), hsl(190, 10%, 30%))

hex

background-color: #73888C;

tailwind

bg-[hsl(190,10%,50%)]

box shadow

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

css variable

--color-primary: hsl(190, 10%, 50%);

Related Colors

Use Cases for Grayish 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, 10%, 50%)?

HEX: #73888C | RGB: rgb(115, 136, 140) | CMYK: 18%, 3%, 0%, 45% | HSV: 190°, 18%, 55%. Copy any format from the conversion table above.

What colors go well with #73888C?

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

As HSL: color: hsl(190, 10%, 50%); — As HEX: color: #73888C; — As RGB: color: rgb(115, 136, 140); — Tailwind CSS: bg-[hsl(190,10%,50%)] — CSS variable: --color-primary: hsl(190, 10%, 50%);