HSL(198, 10%, 46%)

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(198,10%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(198, 10%, 46%) color: hsl(198, 10%, 46%)
HEX #6A7A81 color: #6A7A81
RGB rgb(106, 122, 129) color: rgb(106, 122, 129)
CMYK cmyk(18%, 5%, 0%, 49%)
HSV hsv(198, 18%, 51%)
HWB hwb(198 42% 49%) color: hwb(198 42% 49%)
OKLCH oklch(0.5688 0.0218 225.98) color: oklch(0.5688 0.0218 225.98)
Lab lab(50.18 -4.28 -5.8) color: lab(50.18 -4.28 -5.8)
LCH lch(50.18 7.21 233.58) color: lch(50.18 7.21 233.58)

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.46:1
vs Black 4.71:1

AA Normal (4.5:1)

on White: FAIL ✗ 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)

#71717F — rgb(113, 113, 127)

Deuteranopia (Green-blind)

#706F7F — rgb(112, 111, 127)

Tritanopia (Blue-blind)

#6B7E7E — rgb(107, 126, 126)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(198, 10%, 46%);

text

color: hsl(198, 10%, 46%);

border

border: 2px solid hsl(198, 10%, 46%);

gradient light

background: linear-gradient(to right, hsl(198, 10%, 66%), hsl(198, 10%, 46%));

gradient dark

background: linear-gradient(to right, hsl(198, 10%, 46%), hsl(198, 10%, 26%))

hex

background-color: #6A7A81;

tailwind

bg-[hsl(198,10%,46%)]

box shadow

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

css variable

--color-primary: hsl(198, 10%, 46%);

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(198, 10%, 46%)?

HEX: #6A7A81 | RGB: rgb(106, 122, 129) | CMYK: 18%, 5%, 0%, 49% | HSV: 198°, 18%, 51%. Copy any format from the conversion table above.

What colors go well with #6A7A81?

The complementary color is HSL(18, 10%, 46%). For a triadic harmony, use hues 198°, 318°, and 78°. For analogous combinations, try hues 168° and 228°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(198, 10%, 46%) in CSS?

As HSL: color: hsl(198, 10%, 46%); — As HEX: color: #6A7A81; — As RGB: color: rgb(106, 122, 129); — Tailwind CSS: bg-[hsl(198,10%,46%)] — CSS variable: --color-primary: hsl(198, 10%, 46%);