HSL(156, 96%, 9%)

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(156,96%,9%)]

Color Conversions

Format Value CSS Usage
HSL hsl(156, 96%, 9%) color: hsl(156, 96%, 9%)
HEX #012D1B color: #012D1B
RGB rgb(1, 45, 27) color: rgb(1, 45, 27)
CMYK cmyk(98%, 0%, 40%, 82%)
HSV hsv(155, 98%, 18%)
HWB hwb(155 0% 82%) color: hwb(155 0% 82%)
OKLCH oklch(0.2628 0.0578 160.6) color: oklch(0.2628 0.0578 160.6)
Lab lab(15.29 -20.12 7.6) color: lab(15.29 -20.12 7.6)
LCH lch(15.29 21.51 159.31) color: lch(15.29 21.51 159.31)

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.08:1
vs Black 1.39: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)

#14141F — rgb(20, 20, 31)

Deuteranopia (Green-blind)

#120E20 — rgb(18, 14, 32)

Tritanopia (Blue-blind)

#032324 — rgb(3, 35, 36)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(156, 96%, 9%);

text

color: hsl(156, 96%, 9%);

border

border: 2px solid hsl(156, 96%, 9%);

gradient light

background: linear-gradient(to right, hsl(156, 96%, 29%), hsl(156, 96%, 9%));

gradient dark

background: linear-gradient(to right, hsl(156, 96%, 9%), hsl(156, 96%, 0%))

hex

background-color: #012D1B;

tailwind

bg-[hsl(156,96%,9%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(156, 96%, 9%, 0.4);

css variable

--color-primary: hsl(156, 96%, 9%);

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(156, 96%, 9%)?

HEX: #012D1B | RGB: rgb(1, 45, 27) | CMYK: 98%, 0%, 40%, 82% | HSV: 155°, 98%, 18%. Copy any format from the conversion table above.

What colors go well with #012D1B?

The complementary color is HSL(336, 96%, 9%). For a triadic harmony, use hues 156°, 276°, and 36°. For analogous combinations, try hues 126° and 186°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(156, 96%, 9%) in CSS?

As HSL: color: hsl(156, 96%, 9%); — As HEX: color: #012D1B; — As RGB: color: rgb(1, 45, 27); — Tailwind CSS: bg-[hsl(156,96%,9%)] — CSS variable: --color-primary: hsl(156, 96%, 9%);