HSL(252, 11%, 44%)

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(252,11%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(252, 11%, 44%) color: hsl(252, 11%, 44%)
HEX #69647D color: #69647D
RGB rgb(105, 100, 125) color: rgb(105, 100, 125)
CMYK cmyk(16%, 20%, 0%, 51%)
HSV hsv(252, 20%, 49%)
HWB hwb(252 39% 51%) color: hwb(252 39% 51%)
OKLCH oklch(0.517 0.0394 294.15) color: oklch(0.517 0.0394 294.15)
Lab lab(43.65 7.47 -13.22) color: lab(43.65 7.47 -13.22)
LCH lch(43.65 15.18 299.47) color: lch(43.65 15.18 299.47)

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.65:1
vs Black 3.72: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)

#676777 — rgb(103, 103, 119)

Deuteranopia (Green-blind)

#676876 — rgb(103, 104, 118)

Tritanopia (Blue-blind)

#697271 — rgb(105, 114, 113)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(252, 11%, 44%);

text

color: hsl(252, 11%, 44%);

border

border: 2px solid hsl(252, 11%, 44%);

gradient light

background: linear-gradient(to right, hsl(252, 11%, 64%), hsl(252, 11%, 44%));

gradient dark

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

hex

background-color: #69647D;

tailwind

bg-[hsl(252,11%,44%)]

box shadow

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

css variable

--color-primary: hsl(252, 11%, 44%);

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(252, 11%, 44%)?

HEX: #69647D | RGB: rgb(105, 100, 125) | CMYK: 16%, 20%, 0%, 51% | HSV: 252°, 20%, 49%. Copy any format from the conversion table above.

What colors go well with #69647D?

The complementary color is HSL(72, 11%, 44%). For a triadic harmony, use hues 252°, 12°, and 132°. For analogous combinations, try hues 222° and 282°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(252, 11%, 44%) in CSS?

As HSL: color: hsl(252, 11%, 44%); — As HEX: color: #69647D; — As RGB: color: rgb(105, 100, 125); — Tailwind CSS: bg-[hsl(252,11%,44%)] — CSS variable: --color-primary: hsl(252, 11%, 44%);