HSL(247, 71%, 61%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(247,71%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(247, 71%, 61%) color: hsl(247, 71%, 61%)
HEX #6555E2 color: #6555E2
RGB rgb(101, 85, 226) color: rgb(101, 85, 226)
CMYK cmyk(55%, 62%, 0%, 11%)
HSV hsv(247, 62%, 89%)
HWB hwb(247 34% 11%) color: hwb(247 34% 11%)
OKLCH oklch(0.547 0.2054 282.35) color: oklch(0.547 0.2054 282.35)
Lab lab(45.29 44.36 -69.85) color: lab(45.29 44.36 -69.85)
LCH lch(45.29 82.75 302.42) color: lch(45.29 82.75 302.42)

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 5.32:1
vs Black 3.95: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)

#5E5EC0 — rgb(94, 94, 192)

Deuteranopia (Green-blind)

#5F60B8 — rgb(95, 96, 184)

Tritanopia (Blue-blind)

#64A59F — rgb(100, 165, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(247, 71%, 61%);

text

color: hsl(247, 71%, 61%);

border

border: 2px solid hsl(247, 71%, 61%);

gradient light

background: linear-gradient(to right, hsl(247, 71%, 81%), hsl(247, 71%, 61%));

gradient dark

background: linear-gradient(to right, hsl(247, 71%, 61%), hsl(247, 71%, 41%))

hex

background-color: #6555E2;

tailwind

bg-[hsl(247,71%,61%)]

box shadow

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

css variable

--color-primary: hsl(247, 71%, 61%);

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

HEX: #6555E2 | RGB: rgb(101, 85, 226) | CMYK: 55%, 62%, 0%, 11% | HSV: 247°, 62%, 89%. Copy any format from the conversion table above.

What colors go well with #6555E2?

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

As HSL: color: hsl(247, 71%, 61%); — As HEX: color: #6555E2; — As RGB: color: rgb(101, 85, 226); — Tailwind CSS: bg-[hsl(247,71%,61%)] — CSS variable: --color-primary: hsl(247, 71%, 61%);