HSL(233, 64%, 59%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,64%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 64%, 59%) color: hsl(233, 64%, 59%)
HEX #5463D9 color: #5463D9
RGB rgb(84, 99, 217) color: rgb(84, 99, 217)
CMYK cmyk(61%, 54%, 0%, 15%)
HSV hsv(233, 61%, 85%)
HWB hwb(233 33% 15%) color: hwb(233 33% 15%)
OKLCH oklch(0.5525 0.1796 273.54) color: oklch(0.5525 0.1796 273.54)
Lab lab(46.73 30.13 -62.46) color: lab(46.73 30.13 -62.46)
LCH lch(46.73 69.35 295.75) color: lch(46.73 69.35 295.75)

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.04:1
vs Black 4.16: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)

#5A5BBC — rgb(90, 91, 188)

Deuteranopia (Green-blind)

#5A59B6 — rgb(90, 89, 182)

Tritanopia (Blue-blind)

#55A6A1 — rgb(85, 166, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 64%, 59%);

text

color: hsl(233, 64%, 59%);

border

border: 2px solid hsl(233, 64%, 59%);

gradient light

background: linear-gradient(to right, hsl(233, 64%, 79%), hsl(233, 64%, 59%));

gradient dark

background: linear-gradient(to right, hsl(233, 64%, 59%), hsl(233, 64%, 39%))

hex

background-color: #5463D9;

tailwind

bg-[hsl(233,64%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(233, 64%, 59%, 0.4);

css variable

--color-primary: hsl(233, 64%, 59%);

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(233, 64%, 59%)?

HEX: #5463D9 | RGB: rgb(84, 99, 217) | CMYK: 61%, 54%, 0%, 15% | HSV: 233°, 61%, 85%. Copy any format from the conversion table above.

What colors go well with #5463D9?

The complementary color is HSL(53, 64%, 59%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(233, 64%, 59%) in CSS?

As HSL: color: hsl(233, 64%, 59%); — As HEX: color: #5463D9; — As RGB: color: rgb(84, 99, 217); — Tailwind CSS: bg-[hsl(233,64%,59%)] — CSS variable: --color-primary: hsl(233, 64%, 59%);