HSL(156, 10%, 27%)

Grayish Cyan — Cyan color

Adjust Color

Color Information

Color Name

Grayish Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(156,10%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(156, 10%, 27%) color: hsl(156, 10%, 27%)
HEX #3E4C46 color: #3E4C46
RGB rgb(62, 76, 70) color: rgb(62, 76, 70)
CMYK cmyk(18%, 0%, 8%, 70%)
HSV hsv(154, 18%, 30%)
HWB hwb(154 25% 70%) color: hwb(154 25% 70%)
OKLCH oklch(0.4023 0.0205 167.49) color: oklch(0.4023 0.0205 167.49)
Lab lab(30.96 -6.98 1.72) color: lab(30.96 -6.98 1.72)
LCH lch(30.96 7.19 166.16) color: lch(30.96 7.19 166.16)

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 9.02:1
vs Black 2.33: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)

#444447 — rgb(68, 68, 71)

Deuteranopia (Green-blind)

#434248 — rgb(67, 66, 72)

Tritanopia (Blue-blind)

#3F4949 — rgb(63, 73, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(156, 10%, 27%);

text

color: hsl(156, 10%, 27%);

border

border: 2px solid hsl(156, 10%, 27%);

gradient light

background: linear-gradient(to right, hsl(156, 10%, 47%), hsl(156, 10%, 27%));

gradient dark

background: linear-gradient(to right, hsl(156, 10%, 27%), hsl(156, 10%, 7%))

hex

background-color: #3E4C46;

tailwind

bg-[hsl(156,10%,27%)]

box shadow

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

css variable

--color-primary: hsl(156, 10%, 27%);

Related Colors

Use Cases for Grayish 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, 10%, 27%)?

HEX: #3E4C46 | RGB: rgb(62, 76, 70) | CMYK: 18%, 0%, 8%, 70% | HSV: 154°, 18%, 30%. Copy any format from the conversion table above.

What colors go well with #3E4C46?

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

As HSL: color: hsl(156, 10%, 27%); — As HEX: color: #3E4C46; — As RGB: color: rgb(62, 76, 70); — Tailwind CSS: bg-[hsl(156,10%,27%)] — CSS variable: --color-primary: hsl(156, 10%, 27%);