HSL(235, 12%, 43%)

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(235,12%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(235, 12%, 43%) color: hsl(235, 12%, 43%)
HEX #60637B color: #60637B
RGB rgb(96, 99, 123) color: rgb(96, 99, 123)
CMYK cmyk(22%, 20%, 0%, 52%)
HSV hsv(233, 22%, 48%)
HWB hwb(233 37% 52%) color: hwb(233 37% 52%)
OKLCH oklch(0.5061 0.0382 279.35) color: oklch(0.5061 0.0382 279.35)
Lab lab(42.52 4.44 -13.8) color: lab(42.52 4.44 -13.8)
LCH lch(42.52 14.5 287.84) color: lch(42.52 14.5 287.84)

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 5.89:1
vs Black 3.57:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#616175 — rgb(97, 97, 117)

Deuteranopia (Green-blind)

#616174 — rgb(97, 97, 116)

Tritanopia (Blue-blind)

#607170 — rgb(96, 113, 112)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(235, 12%, 43%);

text

color: hsl(235, 12%, 43%);

border

border: 2px solid hsl(235, 12%, 43%);

gradient light

background: linear-gradient(to right, hsl(235, 12%, 63%), hsl(235, 12%, 43%));

gradient dark

background: linear-gradient(to right, hsl(235, 12%, 43%), hsl(235, 12%, 23%))

hex

background-color: #60637B;

tailwind

bg-[hsl(235,12%,43%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(235, 12%, 43%, 0.4);

css variable

--color-primary: hsl(235, 12%, 43%);

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(235, 12%, 43%)?

HEX: #60637B | RGB: rgb(96, 99, 123) | CMYK: 22%, 20%, 0%, 52% | HSV: 233°, 22%, 48%. Copy any format from the conversion table above.

What colors go well with #60637B?

The complementary color is HSL(55, 12%, 43%). For a triadic harmony, use hues 235°, 355°, and 115°. For analogous combinations, try hues 205° and 265°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(235, 12%, 43%) in CSS?

As HSL: color: hsl(235, 12%, 43%); — As HEX: color: #60637B; — As RGB: color: rgb(96, 99, 123); — Tailwind CSS: bg-[hsl(235,12%,43%)] — CSS variable: --color-primary: hsl(235, 12%, 43%);