HSL(244, 80%, 71%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(244, 80%, 71%) color: hsl(244, 80%, 71%)
HEX #827AF0 color: #827AF0
RGB rgb(130, 122, 240) color: rgb(130, 122, 240)
CMYK cmyk(46%, 49%, 0%, 6%)
HSV hsv(244, 49%, 94%)
HWB hwb(244 48% 6%) color: hwb(244 48% 6%)
OKLCH oklch(0.6426 0.1715 283.52) color: oklch(0.6426 0.1715 283.52)
Lab lab(57.03 32.64 -58.64) color: lab(57.03 32.64 -58.64)
LCH lch(57.03 67.11 299.1) color: lch(57.03 67.11 299.1)

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 3.51:1
vs Black 5.99:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7F7ED3 — rgb(127, 126, 211)

Deuteranopia (Green-blind)

#7F80CD — rgb(127, 128, 205)

Tritanopia (Blue-blind)

#82BDB8 — rgb(130, 189, 184)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(244, 80%, 91%), hsl(244, 80%, 71%));

gradient dark

background: linear-gradient(to right, hsl(244, 80%, 71%), hsl(244, 80%, 51%))

hex

background-color: #827AF0;

tailwind

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

box shadow

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

css variable

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

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, 80%, 71%)?

HEX: #827AF0 | RGB: rgb(130, 122, 240) | CMYK: 46%, 49%, 0%, 6% | HSV: 244°, 49%, 94%. Copy any format from the conversion table above.

What colors go well with #827AF0?

The complementary color is HSL(64, 80%, 71%). 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, 80%, 71%) in CSS?

As HSL: color: hsl(244, 80%, 71%); — As HEX: color: #827AF0; — As RGB: color: rgb(130, 122, 240); — Tailwind CSS: bg-[hsl(244,80%,71%)] — CSS variable: --color-primary: hsl(244, 80%, 71%);