HSL(247, 21%, 69%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(247,21%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(247, 21%, 69%) color: hsl(247, 21%, 69%)
HEX #A39FC1 color: #A39FC1
RGB rgb(163, 159, 193) color: rgb(163, 159, 193)
CMYK cmyk(16%, 18%, 0%, 24%)
HSV hsv(247, 18%, 76%)
HWB hwb(247 62% 24%) color: hwb(247 62% 24%)
OKLCH oklch(0.7174 0.0491 290.5) color: oklch(0.7174 0.0491 290.5)
Lab lab(66.85 8.39 -16.94) color: lab(66.85 8.39 -16.94)
LCH lch(66.85 18.9 296.35) color: lch(66.85 18.9 296.35)

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.53:1
vs Black 8.29: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)

#A1A1B9 — rgb(161, 161, 185)

Deuteranopia (Green-blind)

#A2A2B7 — rgb(162, 162, 183)

Tritanopia (Blue-blind)

#A3B2B1 — rgb(163, 178, 177)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(247, 21%, 69%);

text

color: hsl(247, 21%, 69%);

border

border: 2px solid hsl(247, 21%, 69%);

gradient light

background: linear-gradient(to right, hsl(247, 21%, 89%), hsl(247, 21%, 69%));

gradient dark

background: linear-gradient(to right, hsl(247, 21%, 69%), hsl(247, 21%, 49%))

hex

background-color: #A39FC1;

tailwind

bg-[hsl(247,21%,69%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(247, 21%, 69%, 0.4);

css variable

--color-primary: hsl(247, 21%, 69%);

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(247, 21%, 69%)?

HEX: #A39FC1 | RGB: rgb(163, 159, 193) | CMYK: 16%, 18%, 0%, 24% | HSV: 247°, 18%, 76%. Copy any format from the conversion table above.

What colors go well with #A39FC1?

The complementary color is HSL(67, 21%, 69%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(247, 21%, 69%) in CSS?

As HSL: color: hsl(247, 21%, 69%); — As HEX: color: #A39FC1; — As RGB: color: rgb(163, 159, 193); — Tailwind CSS: bg-[hsl(247,21%,69%)] — CSS variable: --color-primary: hsl(247, 21%, 69%);