HSL(191, 32%, 13%)

Very Dark Cyan — Cyan color

Adjust Color

Color Information

Color Name

Very Dark Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(191,32%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(191, 32%, 13%) color: hsl(191, 32%, 13%)
HEX #17282C color: #17282C
RGB rgb(23, 40, 44) color: rgb(23, 40, 44)
CMYK cmyk(48%, 9%, 0%, 83%)
HSV hsv(191, 48%, 17%)
HWB hwb(191 9% 83%) color: hwb(191 9% 83%)
OKLCH oklch(0.2637 0.0238 214.15) color: oklch(0.2637 0.0238 214.15)
Lab lab(14.85 -5.74 -4.86) color: lab(14.85 -5.74 -4.86)
LCH lch(14.85 7.52 220.25) color: lch(14.85 7.52 220.25)

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 15.26:1
vs Black 1.38: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)

#1E1F2B — rgb(30, 31, 43)

Deuteranopia (Green-blind)

#1D1C2B — rgb(29, 28, 43)

Tritanopia (Blue-blind)

#182A2A — rgb(24, 42, 42)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(191, 32%, 13%);

text

color: hsl(191, 32%, 13%);

border

border: 2px solid hsl(191, 32%, 13%);

gradient light

background: linear-gradient(to right, hsl(191, 32%, 33%), hsl(191, 32%, 13%));

gradient dark

background: linear-gradient(to right, hsl(191, 32%, 13%), hsl(191, 32%, 0%))

hex

background-color: #17282C;

tailwind

bg-[hsl(191,32%,13%)]

box shadow

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

css variable

--color-primary: hsl(191, 32%, 13%);

Related Colors

Use Cases for Very Dark 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, 32%, 13%)?

HEX: #17282C | RGB: rgb(23, 40, 44) | CMYK: 48%, 9%, 0%, 83% | HSV: 191°, 48%, 17%. Copy any format from the conversion table above.

What colors go well with #17282C?

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

As HSL: color: hsl(191, 32%, 13%); — As HEX: color: #17282C; — As RGB: color: rgb(23, 40, 44); — Tailwind CSS: bg-[hsl(191,32%,13%)] — CSS variable: --color-primary: hsl(191, 32%, 13%);