HSL(244, 99%, 80%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(244,99%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(244, 99%, 80%) color: hsl(244, 99%, 80%)
HEX #A09AFE color: #A09AFE
RGB rgb(160, 154, 254) color: rgb(160, 154, 254)
CMYK cmyk(37%, 39%, 0%, 0%)
HSV hsv(244, 39%, 100%)
HWB hwb(244 61% 0%) color: hwb(244 61% 0%)
OKLCH oklch(0.7325 0.1427 285.03) color: oklch(0.7325 0.1427 285.03)
Lab lab(67.83 25.28 -49.04) color: lab(67.83 25.28 -49.04)
LCH lch(67.83 55.17 297.27) color: lch(67.83 55.17 297.27)

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.55: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)

#9D9DE6 — rgb(157, 157, 230)

Deuteranopia (Green-blind)

#9E9EE0 — rgb(158, 158, 224)

Tritanopia (Blue-blind)

#A0D3CF — rgb(160, 211, 207)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(244, 99%, 80%);

text

color: hsl(244, 99%, 80%);

border

border: 2px solid hsl(244, 99%, 80%);

gradient light

background: linear-gradient(to right, hsl(244, 99%, 100%), hsl(244, 99%, 80%));

gradient dark

background: linear-gradient(to right, hsl(244, 99%, 80%), hsl(244, 99%, 60%))

hex

background-color: #A09AFE;

tailwind

bg-[hsl(244,99%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(244, 99%, 80%, 0.4);

css variable

--color-primary: hsl(244, 99%, 80%);

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(244, 99%, 80%)?

HEX: #A09AFE | RGB: rgb(160, 154, 254) | CMYK: 37%, 39%, 0%, 0% | HSV: 244°, 39%, 100%. Copy any format from the conversion table above.

What colors go well with #A09AFE?

The complementary color is HSL(64, 99%, 80%). For a triadic harmony, use hues 244°, 4°, and 124°. For analogous combinations, try hues 214° and 274°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(244, 99%, 80%) in CSS?

As HSL: color: hsl(244, 99%, 80%); — As HEX: color: #A09AFE; — As RGB: color: rgb(160, 154, 254); — Tailwind CSS: bg-[hsl(244,99%,80%)] — CSS variable: --color-primary: hsl(244, 99%, 80%);