HSL(155, 70%, 23%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(155,70%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(155, 70%, 23%) color: hsl(155, 70%, 23%)
HEX #126441 color: #126441
RGB rgb(18, 100, 65) color: rgb(18, 100, 65)
CMYK cmyk(82%, 0%, 35%, 61%)
HSV hsv(154, 82%, 39%)
HWB hwb(154 7% 61%) color: hwb(154 7% 61%)
OKLCH oklch(0.447 0.0949 159.32) color: oklch(0.447 0.0949 159.32)
Lab lab(37.16 -32.74 13.27) color: lab(37.16 -32.74 13.27)
LCH lch(37.16 35.33 157.94) color: lch(37.16 35.33 157.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 7.18:1
vs Black 2.92: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)

#363649 — rgb(54, 54, 73)

Deuteranopia (Green-blind)

#312B4C — rgb(49, 43, 76)

Tritanopia (Blue-blind)

#165052 — rgb(22, 80, 82)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(155, 70%, 23%);

text

color: hsl(155, 70%, 23%);

border

border: 2px solid hsl(155, 70%, 23%);

gradient light

background: linear-gradient(to right, hsl(155, 70%, 43%), hsl(155, 70%, 23%));

gradient dark

background: linear-gradient(to right, hsl(155, 70%, 23%), hsl(155, 70%, 3%))

hex

background-color: #126441;

tailwind

bg-[hsl(155,70%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(155, 70%, 23%, 0.4);

css variable

--color-primary: hsl(155, 70%, 23%);

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(155, 70%, 23%)?

HEX: #126441 | RGB: rgb(18, 100, 65) | CMYK: 82%, 0%, 35%, 61% | HSV: 154°, 82%, 39%. Copy any format from the conversion table above.

What colors go well with #126441?

The complementary color is HSL(335, 70%, 23%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(155, 70%, 23%) in CSS?

As HSL: color: hsl(155, 70%, 23%); — As HEX: color: #126441; — As RGB: color: rgb(18, 100, 65); — Tailwind CSS: bg-[hsl(155,70%,23%)] — CSS variable: --color-primary: hsl(155, 70%, 23%);