HSL(190, 72%, 15%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(190,72%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(190, 72%, 15%) color: hsl(190, 72%, 15%)
HEX #0B3942 color: #0B3942
RGB rgb(11, 57, 66) color: rgb(11, 57, 66)
CMYK cmyk(83%, 14%, 0%, 74%)
HSV hsv(190, 83%, 26%)
HWB hwb(190 4% 74%) color: hwb(190 4% 74%)
OKLCH oklch(0.3191 0.0498 213.86) color: oklch(0.3191 0.0498 213.86)
Lab lab(21.54 -11.48 -9.96) color: lab(21.54 -11.48 -9.96)
LCH lch(21.54 15.2 220.94) color: lch(21.54 15.2 220.94)

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 12.51:1
vs Black 1.68: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)

#1F1F40 — rgb(31, 31, 64)

Deuteranopia (Green-blind)

#1C193F — rgb(28, 25, 63)

Tritanopia (Blue-blind)

#0D3E3E — rgb(13, 62, 62)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(190, 72%, 15%);

text

color: hsl(190, 72%, 15%);

border

border: 2px solid hsl(190, 72%, 15%);

gradient light

background: linear-gradient(to right, hsl(190, 72%, 35%), hsl(190, 72%, 15%));

gradient dark

background: linear-gradient(to right, hsl(190, 72%, 15%), hsl(190, 72%, 0%))

hex

background-color: #0B3942;

tailwind

bg-[hsl(190,72%,15%)]

box shadow

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

css variable

--color-primary: hsl(190, 72%, 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(190, 72%, 15%)?

HEX: #0B3942 | RGB: rgb(11, 57, 66) | CMYK: 83%, 14%, 0%, 74% | HSV: 190°, 83%, 26%. Copy any format from the conversion table above.

What colors go well with #0B3942?

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

As HSL: color: hsl(190, 72%, 15%); — As HEX: color: #0B3942; — As RGB: color: rgb(11, 57, 66); — Tailwind CSS: bg-[hsl(190,72%,15%)] — CSS variable: --color-primary: hsl(190, 72%, 15%);