HSL(157, 52%, 17%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(157,52%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(157, 52%, 17%) color: hsl(157, 52%, 17%)
HEX #154231 color: #154231
RGB rgb(21, 66, 49) color: rgb(21, 66, 49)
CMYK cmyk(68%, 0%, 26%, 74%)
HSV hsv(157, 68%, 26%)
HWB hwb(157 8% 74%) color: hwb(157 8% 74%)
OKLCH oklch(0.3426 0.058 165.01) color: oklch(0.3426 0.058 165.01)
Lab lab(24.57 -20.23 5.86) color: lab(24.57 -20.23 5.86)
LCH lch(24.57 21.06 163.85) color: lch(24.57 21.06 163.85)

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 11.32:1
vs Black 1.86: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)

#282935 — rgb(40, 41, 53)

Deuteranopia (Green-blind)

#262336 — rgb(38, 35, 54)

Tritanopia (Blue-blind)

#173839 — rgb(23, 56, 57)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(157, 52%, 17%);

text

color: hsl(157, 52%, 17%);

border

border: 2px solid hsl(157, 52%, 17%);

gradient light

background: linear-gradient(to right, hsl(157, 52%, 37%), hsl(157, 52%, 17%));

gradient dark

background: linear-gradient(to right, hsl(157, 52%, 17%), hsl(157, 52%, 0%))

hex

background-color: #154231;

tailwind

bg-[hsl(157,52%,17%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(157, 52%, 17%, 0.4);

css variable

--color-primary: hsl(157, 52%, 17%);

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(157, 52%, 17%)?

HEX: #154231 | RGB: rgb(21, 66, 49) | CMYK: 68%, 0%, 26%, 74% | HSV: 157°, 68%, 26%. Copy any format from the conversion table above.

What colors go well with #154231?

The complementary color is HSL(337, 52%, 17%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(157, 52%, 17%) in CSS?

As HSL: color: hsl(157, 52%, 17%); — As HEX: color: #154231; — As RGB: color: rgb(21, 66, 49); — Tailwind CSS: bg-[hsl(157,52%,17%)] — CSS variable: --color-primary: hsl(157, 52%, 17%);