HSL(241, 97%, 67%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(241,97%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(241, 97%, 67%) color: hsl(241, 97%, 67%)
HEX #5C59FC color: #5C59FC
RGB rgb(92, 89, 252) color: rgb(92, 89, 252)
CMYK cmyk(63%, 65%, 0%, 1%)
HSV hsv(241, 65%, 99%)
HWB hwb(241 35% 1%) color: hwb(241 35% 1%)
OKLCH oklch(0.5681 0.2346 276.7) color: oklch(0.5681 0.2346 276.7)
Lab lab(47.55 48.75 -80.8) color: lab(47.55 48.75 -80.8)
LCH lch(47.55 94.37 301.1) color: lch(47.55 94.37 301.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 4.9:1
vs Black 4.29: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)

#5B5BD5 — rgb(91, 91, 213)

Deuteranopia (Green-blind)

#5B5BCB — rgb(91, 91, 203)

Tritanopia (Blue-blind)

#5CB5AF — rgb(92, 181, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(241, 97%, 67%);

text

color: hsl(241, 97%, 67%);

border

border: 2px solid hsl(241, 97%, 67%);

gradient light

background: linear-gradient(to right, hsl(241, 97%, 87%), hsl(241, 97%, 67%));

gradient dark

background: linear-gradient(to right, hsl(241, 97%, 67%), hsl(241, 97%, 47%))

hex

background-color: #5C59FC;

tailwind

bg-[hsl(241,97%,67%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(241, 97%, 67%, 0.4);

css variable

--color-primary: hsl(241, 97%, 67%);

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(241, 97%, 67%)?

HEX: #5C59FC | RGB: rgb(92, 89, 252) | CMYK: 63%, 65%, 0%, 1% | HSV: 241°, 65%, 99%. Copy any format from the conversion table above.

What colors go well with #5C59FC?

The complementary color is HSL(61, 97%, 67%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(241, 97%, 67%) in CSS?

As HSL: color: hsl(241, 97%, 67%); — As HEX: color: #5C59FC; — As RGB: color: rgb(92, 89, 252); — Tailwind CSS: bg-[hsl(241,97%,67%)] — CSS variable: --color-primary: hsl(241, 97%, 67%);