HSL(195, 10%, 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(195,10%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(195, 10%, 44%) color: hsl(195, 10%, 44%)
HEX #65767B color: #65767B
RGB rgb(101, 118, 123) color: rgb(101, 118, 123)
CMYK cmyk(18%, 4%, 0%, 52%)
HSV hsv(194, 18%, 48%)
HWB hwb(194 39% 52%) color: hwb(194 39% 52%)
OKLCH oklch(0.5537 0.0216 217.4) color: oklch(0.5537 0.0216 217.4)
Lab lab(48.45 -5.12 -4.86) color: lab(48.45 -5.12 -4.86)
LCH lch(48.45 7.06 223.51) color: lch(48.45 7.06 223.51)

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.74:1
vs Black 4.43: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)

#6C6D7A — rgb(108, 109, 122)

Deuteranopia (Green-blind)

#6B6A7A — rgb(107, 106, 122)

Tritanopia (Blue-blind)

#667979 — rgb(102, 121, 121)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(195, 10%, 44%);

text

color: hsl(195, 10%, 44%);

border

border: 2px solid hsl(195, 10%, 44%);

gradient light

background: linear-gradient(to right, hsl(195, 10%, 64%), hsl(195, 10%, 44%));

gradient dark

background: linear-gradient(to right, hsl(195, 10%, 44%), hsl(195, 10%, 24%))

hex

background-color: #65767B;

tailwind

bg-[hsl(195,10%,44%)]

box shadow

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

css variable

--color-primary: hsl(195, 10%, 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(195, 10%, 44%)?

HEX: #65767B | RGB: rgb(101, 118, 123) | CMYK: 18%, 4%, 0%, 52% | HSV: 194°, 18%, 48%. Copy any format from the conversion table above.

What colors go well with #65767B?

The complementary color is HSL(15, 10%, 44%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(195, 10%, 44%) in CSS?

As HSL: color: hsl(195, 10%, 44%); — As HEX: color: #65767B; — As RGB: color: rgb(101, 118, 123); — Tailwind CSS: bg-[hsl(195,10%,44%)] — CSS variable: --color-primary: hsl(195, 10%, 44%);