HSL(230, 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(230,11%,24%)]

Color Conversions

Format Value CSS Usage
HSL hsl(230, 11%, 24%) color: hsl(230, 11%, 24%)
HEX #363944 color: #363944
RGB rgb(54, 57, 68) color: rgb(54, 57, 68)
CMYK cmyk(21%, 16%, 0%, 73%)
HSV hsv(227, 21%, 27%)
HWB hwb(227 21% 73%) color: hwb(227 21% 73%)
OKLCH oklch(0.3461 0.0196 273.31) color: oklch(0.3461 0.0196 273.31)
Lab lab(24.09 1.52 -7.21) color: lab(24.09 1.52 -7.21)
LCH lch(24.09 7.37 281.9) color: lch(24.09 7.37 281.9)

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.5:1
vs Black 1.83: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)

#373741 — rgb(55, 55, 65)

Deuteranopia (Green-blind)

#373741 — rgb(55, 55, 65)

Tritanopia (Blue-blind)

#363F3F — rgb(54, 63, 63)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #363944;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(230, 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(230, 11%, 24%)?

HEX: #363944 | RGB: rgb(54, 57, 68) | CMYK: 21%, 16%, 0%, 73% | HSV: 227°, 21%, 27%. Copy any format from the conversion table above.

What colors go well with #363944?

The complementary color is HSL(50, 11%, 24%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(230, 11%, 24%); — As HEX: color: #363944; — As RGB: color: rgb(54, 57, 68); — Tailwind CSS: bg-[hsl(230,11%,24%)] — CSS variable: --color-primary: hsl(230, 11%, 24%);