HSL(241, 32%, 72%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(241,32%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(241, 32%, 72%) color: hsl(241, 32%, 72%)
HEX #A2A1CE color: #A2A1CE
RGB rgb(162, 161, 206) color: rgb(162, 161, 206)
CMYK cmyk(21%, 22%, 0%, 19%)
HSV hsv(241, 22%, 81%)
HWB hwb(241 63% 19%) color: hwb(241 63% 19%)
OKLCH oklch(0.7256 0.0649 285.68) color: oklch(0.7256 0.0649 285.68)
Lab lab(67.74 9.89 -22.8) color: lab(67.74 9.89 -22.8)
LCH lch(67.74 24.85 293.45) color: lch(67.74 24.85 293.45)

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

#A2A2C3 — rgb(162, 162, 195)

Deuteranopia (Green-blind)

#A2A2C1 — rgb(162, 162, 193)

Tritanopia (Blue-blind)

#A2BBB9 — rgb(162, 187, 185)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(241, 32%, 72%);

text

color: hsl(241, 32%, 72%);

border

border: 2px solid hsl(241, 32%, 72%);

gradient light

background: linear-gradient(to right, hsl(241, 32%, 92%), hsl(241, 32%, 72%));

gradient dark

background: linear-gradient(to right, hsl(241, 32%, 72%), hsl(241, 32%, 52%))

hex

background-color: #A2A1CE;

tailwind

bg-[hsl(241,32%,72%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(241, 32%, 72%, 0.4);

css variable

--color-primary: hsl(241, 32%, 72%);

Related Colors

Use Cases for Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(241, 32%, 72%)?

HEX: #A2A1CE | RGB: rgb(162, 161, 206) | CMYK: 21%, 22%, 0%, 19% | HSV: 241°, 22%, 81%. Copy any format from the conversion table above.

What colors go well with #A2A1CE?

The complementary color is HSL(61, 32%, 72%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(241, 32%, 72%) in CSS?

As HSL: color: hsl(241, 32%, 72%); — As HEX: color: #A2A1CE; — As RGB: color: rgb(162, 161, 206); — Tailwind CSS: bg-[hsl(241,32%,72%)] — CSS variable: --color-primary: hsl(241, 32%, 72%);