HSL(222, 11%, 24%)

Grayish Blue — Blue color

Adjust Color

Color Information

Color Name

Grayish Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(222,11%,24%)]

Color Conversions

Format Value CSS Usage
HSL hsl(222, 11%, 24%) color: hsl(222, 11%, 24%)
HEX #363B44 color: #363B44
RGB rgb(54, 59, 68) color: rgb(54, 59, 68)
CMYK cmyk(21%, 13%, 0%, 73%)
HSV hsv(219, 21%, 27%)
HWB hwb(219 21% 73%) color: hwb(219 21% 73%)
OKLCH oklch(0.3512 0.0171 262.27) color: oklch(0.3512 0.0171 262.27)
Lab lab(24.73 0.19 -6.24) color: lab(24.73 0.19 -6.24)
LCH lch(24.73 6.24 271.74) color: lch(24.73 6.24 271.74)

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.25:1
vs Black 1.87: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)

#383842 — rgb(56, 56, 66)

Deuteranopia (Green-blind)

#383841 — rgb(56, 56, 65)

Tritanopia (Blue-blind)

#364040 — rgb(54, 64, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(222, 11%, 24%);

text

color: hsl(222, 11%, 24%);

border

border: 2px solid hsl(222, 11%, 24%);

gradient light

background: linear-gradient(to right, hsl(222, 11%, 44%), hsl(222, 11%, 24%));

gradient dark

background: linear-gradient(to right, hsl(222, 11%, 24%), hsl(222, 11%, 4%))

hex

background-color: #363B44;

tailwind

bg-[hsl(222,11%,24%)]

box shadow

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

css variable

--color-primary: hsl(222, 11%, 24%);

Related Colors

Use Cases for Grayish Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(222, 11%, 24%)?

HEX: #363B44 | RGB: rgb(54, 59, 68) | CMYK: 21%, 13%, 0%, 73% | HSV: 219°, 21%, 27%. Copy any format from the conversion table above.

What colors go well with #363B44?

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

How do I use HSL(222, 11%, 24%) in CSS?

As HSL: color: hsl(222, 11%, 24%); — As HEX: color: #363B44; — As RGB: color: rgb(54, 59, 68); — Tailwind CSS: bg-[hsl(222,11%,24%)] — CSS variable: --color-primary: hsl(222, 11%, 24%);