HSL(194, 29%, 8%)

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(194,29%,8%)]

Color Conversions

Format Value CSS Usage
HSL hsl(194, 29%, 8%) color: hsl(194, 29%, 8%)
HEX #0E181A color: #0E181A
RGB rgb(14, 24, 26) color: rgb(14, 24, 26)
CMYK cmyk(46%, 8%, 0%, 90%)
HSV hsv(190, 46%, 10%)
HWB hwb(190 5% 90%) color: hwb(190 5% 90%)
OKLCH oklch(0.2003 0.0151 211.36) color: oklch(0.2003 0.0151 211.36)
Lab lab(7.42 -3.54 -2.85) color: lab(7.42 -3.54 -2.85)
LCH lch(7.42 4.54 218.84) color: lch(7.42 4.54 218.84)

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 18.04:1
vs Black 1.16: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)

#12121A — rgb(18, 18, 26)

Deuteranopia (Green-blind)

#121119 — rgb(18, 17, 25)

Tritanopia (Blue-blind)

#0F1919 — rgb(15, 25, 25)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(194, 29%, 8%);

text

color: hsl(194, 29%, 8%);

border

border: 2px solid hsl(194, 29%, 8%);

gradient light

background: linear-gradient(to right, hsl(194, 29%, 28%), hsl(194, 29%, 8%));

gradient dark

background: linear-gradient(to right, hsl(194, 29%, 8%), hsl(194, 29%, 0%))

hex

background-color: #0E181A;

tailwind

bg-[hsl(194,29%,8%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(194, 29%, 8%, 0.4);

css variable

--color-primary: hsl(194, 29%, 8%);

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(194, 29%, 8%)?

HEX: #0E181A | RGB: rgb(14, 24, 26) | CMYK: 46%, 8%, 0%, 90% | HSV: 190°, 46%, 10%. Copy any format from the conversion table above.

What colors go well with #0E181A?

The complementary color is HSL(14, 29%, 8%). For a triadic harmony, use hues 194°, 314°, and 74°. For analogous combinations, try hues 164° and 224°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(194, 29%, 8%) in CSS?

As HSL: color: hsl(194, 29%, 8%); — As HEX: color: #0E181A; — As RGB: color: rgb(14, 24, 26); — Tailwind CSS: bg-[hsl(194,29%,8%)] — CSS variable: --color-primary: hsl(194, 29%, 8%);