HSL(181, 19%, 27%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(181,19%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(181, 19%, 27%) color: hsl(181, 19%, 27%)
HEX #385152 color: #385152
RGB rgb(56, 81, 82) color: rgb(56, 81, 82)
CMYK cmyk(32%, 1%, 0%, 68%)
HSV hsv(182, 32%, 32%)
HWB hwb(182 22% 68%) color: hwb(182 22% 68%)
OKLCH oklch(0.4151 0.0304 199.17) color: oklch(0.4151 0.0304 199.17)
Lab lab(32.56 -9.16 -3.65) color: lab(32.56 -9.16 -3.65)
LCH lch(32.56 9.86 201.73) color: lch(32.56 9.86 201.73)

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.51:1
vs Black 2.47: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)

#434352 — rgb(67, 67, 82)

Deuteranopia (Green-blind)

#414052 — rgb(65, 64, 82)

Tritanopia (Blue-blind)

#395252 — rgb(57, 82, 82)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(181, 19%, 27%);

text

color: hsl(181, 19%, 27%);

border

border: 2px solid hsl(181, 19%, 27%);

gradient light

background: linear-gradient(to right, hsl(181, 19%, 47%), hsl(181, 19%, 27%));

gradient dark

background: linear-gradient(to right, hsl(181, 19%, 27%), hsl(181, 19%, 7%))

hex

background-color: #385152;

tailwind

bg-[hsl(181,19%,27%)]

box shadow

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

css variable

--color-primary: hsl(181, 19%, 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(181, 19%, 27%)?

HEX: #385152 | RGB: rgb(56, 81, 82) | CMYK: 32%, 1%, 0%, 68% | HSV: 182°, 32%, 32%. Copy any format from the conversion table above.

What colors go well with #385152?

The complementary color is HSL(1, 19%, 27%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(181, 19%, 27%) in CSS?

As HSL: color: hsl(181, 19%, 27%); — As HEX: color: #385152; — As RGB: color: rgb(56, 81, 82); — Tailwind CSS: bg-[hsl(181,19%,27%)] — CSS variable: --color-primary: hsl(181, 19%, 27%);