HSL(253, 10%, 65%)

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(253,10%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(253, 10%, 65%) color: hsl(253, 10%, 65%)
HEX #A19DAF color: #A19DAF
RGB rgb(161, 157, 175) color: rgb(161, 157, 175)
CMYK cmyk(8%, 10%, 0%, 31%)
HSV hsv(253, 10%, 69%)
HWB hwb(253 62% 31%) color: hwb(253 62% 31%)
OKLCH oklch(0.7051 0.0263 295.9) color: oklch(0.7051 0.0263 295.9)
Lab lab(65.58 4.99 -8.81) color: lab(65.58 4.99 -8.81)
LCH lch(65.58 10.13 299.53) color: lch(65.58 10.13 299.53)

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 2.64:1
vs Black 7.96:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9F9FAB — rgb(159, 159, 171)

Deuteranopia (Green-blind)

#A0A0AA — rgb(160, 160, 170)

Tritanopia (Blue-blind)

#A1A7A6 — rgb(161, 167, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(253, 10%, 65%);

text

color: hsl(253, 10%, 65%);

border

border: 2px solid hsl(253, 10%, 65%);

gradient light

background: linear-gradient(to right, hsl(253, 10%, 85%), hsl(253, 10%, 65%));

gradient dark

background: linear-gradient(to right, hsl(253, 10%, 65%), hsl(253, 10%, 45%))

hex

background-color: #A19DAF;

tailwind

bg-[hsl(253,10%,65%)]

box shadow

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

css variable

--color-primary: hsl(253, 10%, 65%);

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(253, 10%, 65%)?

HEX: #A19DAF | RGB: rgb(161, 157, 175) | CMYK: 8%, 10%, 0%, 31% | HSV: 253°, 10%, 69%. Copy any format from the conversion table above.

What colors go well with #A19DAF?

The complementary color is HSL(73, 10%, 65%). For a triadic harmony, use hues 253°, 13°, and 133°. For analogous combinations, try hues 223° and 283°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(253, 10%, 65%) in CSS?

As HSL: color: hsl(253, 10%, 65%); — As HEX: color: #A19DAF; — As RGB: color: rgb(161, 157, 175); — Tailwind CSS: bg-[hsl(253,10%,65%)] — CSS variable: --color-primary: hsl(253, 10%, 65%);