HSL(246, 66%, 77%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(246,66%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(246, 66%, 77%) color: hsl(246, 66%, 77%)
HEX #A59EEB color: #A59EEB
RGB rgb(165, 158, 235) color: rgb(165, 158, 235)
CMYK cmyk(30%, 33%, 0%, 8%)
HSV hsv(245, 33%, 92%)
HWB hwb(245 62% 8%) color: hwb(245 62% 8%)
OKLCH oklch(0.7346 0.1103 287.52) color: oklch(0.7346 0.1103 287.52)
Lab lab(68.35 19.47 -37.82) color: lab(68.35 19.47 -37.82)
LCH lch(68.35 42.54 297.24) color: lch(68.35 42.54 297.24)

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.42:1
vs Black 8.69: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)

#A2A2D8 — rgb(162, 162, 216)

Deuteranopia (Green-blind)

#A2A3D4 — rgb(162, 163, 212)

Tritanopia (Blue-blind)

#A5CAC6 — rgb(165, 202, 198)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(246, 66%, 77%);

text

color: hsl(246, 66%, 77%);

border

border: 2px solid hsl(246, 66%, 77%);

gradient light

background: linear-gradient(to right, hsl(246, 66%, 97%), hsl(246, 66%, 77%));

gradient dark

background: linear-gradient(to right, hsl(246, 66%, 77%), hsl(246, 66%, 57%))

hex

background-color: #A59EEB;

tailwind

bg-[hsl(246,66%,77%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(246, 66%, 77%, 0.4);

css variable

--color-primary: hsl(246, 66%, 77%);

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(246, 66%, 77%)?

HEX: #A59EEB | RGB: rgb(165, 158, 235) | CMYK: 30%, 33%, 0%, 8% | HSV: 245°, 33%, 92%. Copy any format from the conversion table above.

What colors go well with #A59EEB?

The complementary color is HSL(66, 66%, 77%). For a triadic harmony, use hues 246°, 6°, and 126°. For analogous combinations, try hues 216° and 276°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(246, 66%, 77%) in CSS?

As HSL: color: hsl(246, 66%, 77%); — As HEX: color: #A59EEB; — As RGB: color: rgb(165, 158, 235); — Tailwind CSS: bg-[hsl(246,66%,77%)] — CSS variable: --color-primary: hsl(246, 66%, 77%);