HSL(246, 53%, 60%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(246,53%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(246, 53%, 60%) color: hsl(246, 53%, 60%)
HEX #6E63CF color: #6E63CF
RGB rgb(110, 99, 207) color: rgb(110, 99, 207)
CMYK cmyk(47%, 52%, 0%, 19%)
HSV hsv(246, 52%, 81%)
HWB hwb(246 39% 19%) color: hwb(246 39% 19%)
OKLCH oklch(0.5641 0.161 284.6) color: oklch(0.5641 0.161 284.6)
Lab lab(47.93 32.12 -54.72) color: lab(47.93 32.12 -54.72)
LCH lch(47.93 63.45 300.41) color: lch(47.93 63.45 300.41)

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 4.83:1
vs Black 4.35:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#6969B5 — rgb(105, 105, 181)

Deuteranopia (Green-blind)

#6A6BAF — rgb(106, 107, 175)

Tritanopia (Blue-blind)

#6DA09C — rgb(109, 160, 156)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(246, 53%, 60%);

text

color: hsl(246, 53%, 60%);

border

border: 2px solid hsl(246, 53%, 60%);

gradient light

background: linear-gradient(to right, hsl(246, 53%, 80%), hsl(246, 53%, 60%));

gradient dark

background: linear-gradient(to right, hsl(246, 53%, 60%), hsl(246, 53%, 40%))

hex

background-color: #6E63CF;

tailwind

bg-[hsl(246,53%,60%)]

box shadow

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

css variable

--color-primary: hsl(246, 53%, 60%);

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, 53%, 60%)?

HEX: #6E63CF | RGB: rgb(110, 99, 207) | CMYK: 47%, 52%, 0%, 19% | HSV: 246°, 52%, 81%. Copy any format from the conversion table above.

What colors go well with #6E63CF?

The complementary color is HSL(66, 53%, 60%). 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, 53%, 60%) in CSS?

As HSL: color: hsl(246, 53%, 60%); — As HEX: color: #6E63CF; — As RGB: color: rgb(110, 99, 207); — Tailwind CSS: bg-[hsl(246,53%,60%)] — CSS variable: --color-primary: hsl(246, 53%, 60%);