HSL(157, 17%, 27%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(157, 17%, 27%) color: hsl(157, 17%, 27%)
HEX #395148 color: #395148
RGB rgb(57, 81, 72) color: rgb(57, 81, 72)
CMYK cmyk(30%, 0%, 11%, 68%)
HSV hsv(158, 30%, 32%)
HWB hwb(158 22% 68%) color: hwb(158 22% 68%)
OKLCH oklch(0.4123 0.0331 169.5) color: oklch(0.4123 0.0331 169.5)
Lab lab(32.31 -11.38 2.35) color: lab(32.31 -11.38 2.35)
LCH lch(32.31 11.62 168.33) color: lch(32.31 11.62 168.33)

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 8.59:1
vs Black 2.44: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)

#43444A — rgb(67, 68, 74)

Deuteranopia (Green-blind)

#42404B — rgb(66, 64, 75)

Tritanopia (Blue-blind)

#3A4C4C — rgb(58, 76, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(157, 17%, 47%), hsl(157, 17%, 27%));

gradient dark

background: linear-gradient(to right, hsl(157, 17%, 27%), hsl(157, 17%, 7%))

hex

background-color: #395148;

tailwind

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

box shadow

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

css variable

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

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, 17%, 27%)?

HEX: #395148 | RGB: rgb(57, 81, 72) | CMYK: 30%, 0%, 11%, 68% | HSV: 158°, 30%, 32%. Copy any format from the conversion table above.

What colors go well with #395148?

The complementary color is HSL(337, 17%, 27%). 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, 17%, 27%) in CSS?

As HSL: color: hsl(157, 17%, 27%); — As HEX: color: #395148; — As RGB: color: rgb(57, 81, 72); — Tailwind CSS: bg-[hsl(157,17%,27%)] — CSS variable: --color-primary: hsl(157, 17%, 27%);