HSL(234, 49%, 56%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(234,49%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(234, 49%, 56%) color: hsl(234, 49%, 56%)
HEX #5863C6 color: #5863C6
RGB rgb(88, 99, 198) color: rgb(88, 99, 198)
CMYK cmyk(56%, 50%, 0%, 22%)
HSV hsv(234, 56%, 78%)
HWB hwb(234 34% 22%) color: hwb(234 34% 22%)
OKLCH oklch(0.5417 0.1525 275.32) color: oklch(0.5417 0.1525 275.32)
Lab lab(45.74 24.58 -53.17) color: lab(45.74 24.58 -53.17)
LCH lch(45.74 58.58 294.81) color: lch(45.74 58.58 294.81)

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.23:1
vs Black 4.02: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)

#5D5DAE — rgb(93, 93, 174)

Deuteranopia (Green-blind)

#5C5BA8 — rgb(92, 91, 168)

Tritanopia (Blue-blind)

#599B97 — rgb(89, 155, 151)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(234, 49%, 56%);

text

color: hsl(234, 49%, 56%);

border

border: 2px solid hsl(234, 49%, 56%);

gradient light

background: linear-gradient(to right, hsl(234, 49%, 76%), hsl(234, 49%, 56%));

gradient dark

background: linear-gradient(to right, hsl(234, 49%, 56%), hsl(234, 49%, 36%))

hex

background-color: #5863C6;

tailwind

bg-[hsl(234,49%,56%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(234, 49%, 56%, 0.4);

css variable

--color-primary: hsl(234, 49%, 56%);

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(234, 49%, 56%)?

HEX: #5863C6 | RGB: rgb(88, 99, 198) | CMYK: 56%, 50%, 0%, 22% | HSV: 234°, 56%, 78%. Copy any format from the conversion table above.

What colors go well with #5863C6?

The complementary color is HSL(54, 49%, 56%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(234, 49%, 56%) in CSS?

As HSL: color: hsl(234, 49%, 56%); — As HEX: color: #5863C6; — As RGB: color: rgb(88, 99, 198); — Tailwind CSS: bg-[hsl(234,49%,56%)] — CSS variable: --color-primary: hsl(234, 49%, 56%);