HSL(162, 11%, 26%)

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(162,11%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(162, 11%, 26%) color: hsl(162, 11%, 26%)
HEX #3B4A45 color: #3B4A45
RGB rgb(59, 74, 69) color: rgb(59, 74, 69)
CMYK cmyk(20%, 0%, 7%, 71%)
HSV hsv(160, 20%, 29%)
HWB hwb(160 23% 71%) color: hwb(160 23% 71%)
OKLCH oklch(0.3943 0.0209 172.94) color: oklch(0.3943 0.0209 172.94)
Lab lab(30.05 -7.16 1.01) color: lab(30.05 -7.16 1.01)
LCH lch(30.05 7.23 171.97) color: lch(30.05 7.23 171.97)

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.33:1
vs Black 2.25: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)

#414246 — rgb(65, 66, 70)

Deuteranopia (Green-blind)

#414047 — rgb(65, 64, 71)

Tritanopia (Blue-blind)

#3C4747 — rgb(60, 71, 71)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(162, 11%, 26%);

text

color: hsl(162, 11%, 26%);

border

border: 2px solid hsl(162, 11%, 26%);

gradient light

background: linear-gradient(to right, hsl(162, 11%, 46%), hsl(162, 11%, 26%));

gradient dark

background: linear-gradient(to right, hsl(162, 11%, 26%), hsl(162, 11%, 6%))

hex

background-color: #3B4A45;

tailwind

bg-[hsl(162,11%,26%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(162, 11%, 26%, 0.4);

css variable

--color-primary: hsl(162, 11%, 26%);

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(162, 11%, 26%)?

HEX: #3B4A45 | RGB: rgb(59, 74, 69) | CMYK: 20%, 0%, 7%, 71% | HSV: 160°, 20%, 29%. Copy any format from the conversion table above.

What colors go well with #3B4A45?

The complementary color is HSL(342, 11%, 26%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(162, 11%, 26%) in CSS?

As HSL: color: hsl(162, 11%, 26%); — As HEX: color: #3B4A45; — As RGB: color: rgb(59, 74, 69); — Tailwind CSS: bg-[hsl(162,11%,26%)] — CSS variable: --color-primary: hsl(162, 11%, 26%);