HSL(191, 37%, 12%)

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,37%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(191, 37%, 12%) color: hsl(191, 37%, 12%)
HEX #13262A color: #13262A
RGB rgb(19, 38, 42) color: rgb(19, 38, 42)
CMYK cmyk(55%, 10%, 0%, 84%)
HSV hsv(190, 55%, 16%)
HWB hwb(190 7% 84%) color: hwb(190 7% 84%)
OKLCH oklch(0.2542 0.0259 212.59) color: oklch(0.2542 0.0259 212.59)
Lab lab(13.78 -6.39 -5.07) color: lab(13.78 -6.39 -5.07)
LCH lch(13.78 8.16 218.43) color: lch(13.78 8.16 218.43)

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.69:1
vs Black 1.34: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)

#1B1B29 — rgb(27, 27, 41)

Deuteranopia (Green-blind)

#1A1929 — rgb(26, 25, 41)

Tritanopia (Blue-blind)

#142828 — rgb(20, 40, 40)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(191, 37%, 12%);

text

color: hsl(191, 37%, 12%);

border

border: 2px solid hsl(191, 37%, 12%);

gradient light

background: linear-gradient(to right, hsl(191, 37%, 32%), hsl(191, 37%, 12%));

gradient dark

background: linear-gradient(to right, hsl(191, 37%, 12%), hsl(191, 37%, 0%))

hex

background-color: #13262A;

tailwind

bg-[hsl(191,37%,12%)]

box shadow

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

css variable

--color-primary: hsl(191, 37%, 12%);

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

HEX: #13262A | RGB: rgb(19, 38, 42) | CMYK: 55%, 10%, 0%, 84% | HSV: 190°, 55%, 16%. Copy any format from the conversion table above.

What colors go well with #13262A?

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

As HSL: color: hsl(191, 37%, 12%); — As HEX: color: #13262A; — As RGB: color: rgb(19, 38, 42); — Tailwind CSS: bg-[hsl(191,37%,12%)] — CSS variable: --color-primary: hsl(191, 37%, 12%);