HSL(211, 10%, 47%)

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(211,10%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(211, 10%, 47%) color: hsl(211, 10%, 47%)
HEX #6C7784 color: #6C7784
RGB rgb(108, 119, 132) color: rgb(108, 119, 132)
CMYK cmyk(18%, 10%, 0%, 48%)
HSV hsv(213, 18%, 52%)
HWB hwb(213 43% 48%) color: hwb(213 43% 48%)
OKLCH oklch(0.5646 0.0241 252.62) color: oklch(0.5646 0.0241 252.62)
Lab lab(49.55 -1.15 -8.48) color: lab(49.55 -1.15 -8.48)
LCH lch(49.55 8.56 262.28) color: lch(49.55 8.56 262.28)

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 4.56:1
vs Black 4.61:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#717181 — rgb(113, 113, 129)

Deuteranopia (Green-blind)

#706F80 — rgb(112, 111, 128)

Tritanopia (Blue-blind)

#6D7E7E — rgb(109, 126, 126)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(211, 10%, 47%);

text

color: hsl(211, 10%, 47%);

border

border: 2px solid hsl(211, 10%, 47%);

gradient light

background: linear-gradient(to right, hsl(211, 10%, 67%), hsl(211, 10%, 47%));

gradient dark

background: linear-gradient(to right, hsl(211, 10%, 47%), hsl(211, 10%, 27%))

hex

background-color: #6C7784;

tailwind

bg-[hsl(211,10%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(211, 10%, 47%, 0.4);

css variable

--color-primary: hsl(211, 10%, 47%);

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(211, 10%, 47%)?

HEX: #6C7784 | RGB: rgb(108, 119, 132) | CMYK: 18%, 10%, 0%, 48% | HSV: 213°, 18%, 52%. Copy any format from the conversion table above.

What colors go well with #6C7784?

The complementary color is HSL(31, 10%, 47%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(211, 10%, 47%) in CSS?

As HSL: color: hsl(211, 10%, 47%); — As HEX: color: #6C7784; — As RGB: color: rgb(108, 119, 132); — Tailwind CSS: bg-[hsl(211,10%,47%)] — CSS variable: --color-primary: hsl(211, 10%, 47%);