HSL(191, 40%, 15%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(191, 40%, 15%) color: hsl(191, 40%, 15%)
HEX #173036 color: #173036
RGB rgb(23, 48, 54) color: rgb(23, 48, 54)
CMYK cmyk(57%, 11%, 0%, 79%)
HSV hsv(192, 57%, 21%)
HWB hwb(192 9% 79%) color: hwb(192 9% 79%)
OKLCH oklch(0.2918 0.0328 215.06) color: oklch(0.2918 0.0328 215.06)
Lab lab(18.2 -7.64 -6.82) color: lab(18.2 -7.64 -6.82)
LCH lch(18.2 10.24 221.75) color: lch(18.2 10.24 221.75)

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 13.88:1
vs Black 1.51:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#222235 — rgb(34, 34, 53)

Deuteranopia (Green-blind)

#201F34 — rgb(32, 31, 52)

Tritanopia (Blue-blind)

#183333 — rgb(24, 51, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(191, 40%, 35%), hsl(191, 40%, 15%));

gradient dark

background: linear-gradient(to right, hsl(191, 40%, 15%), hsl(191, 40%, 0%))

hex

background-color: #173036;

tailwind

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

box shadow

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

css variable

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

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

HEX: #173036 | RGB: rgb(23, 48, 54) | CMYK: 57%, 11%, 0%, 79% | HSV: 192°, 57%, 21%. Copy any format from the conversion table above.

What colors go well with #173036?

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

As HSL: color: hsl(191, 40%, 15%); — As HEX: color: #173036; — As RGB: color: rgb(23, 48, 54); — Tailwind CSS: bg-[hsl(191,40%,15%)] — CSS variable: --color-primary: hsl(191, 40%, 15%);