HSL(232, 32%, 53%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(232,32%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(232, 32%, 53%) color: hsl(232, 32%, 53%)
HEX #616BAE color: #616BAE
RGB rgb(97, 107, 174) color: rgb(97, 107, 174)
CMYK cmyk(44%, 39%, 0%, 32%)
HSV hsv(232, 44%, 68%)
HWB hwb(232 38% 32%) color: hwb(232 38% 32%)
OKLCH oklch(0.5494 0.1048 275.95) color: oklch(0.5494 0.1048 275.95)
Lab lab(47.12 14.13 -37) color: lab(47.12 14.13 -37)
LCH lch(47.12 39.61 290.9) color: lch(47.12 39.61 290.9)

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.97:1
vs Black 4.22: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)

#65659E — rgb(101, 101, 158)

Deuteranopia (Green-blind)

#65649A — rgb(101, 100, 154)

Tritanopia (Blue-blind)

#62918E — rgb(98, 145, 142)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(232, 32%, 53%);

text

color: hsl(232, 32%, 53%);

border

border: 2px solid hsl(232, 32%, 53%);

gradient light

background: linear-gradient(to right, hsl(232, 32%, 73%), hsl(232, 32%, 53%));

gradient dark

background: linear-gradient(to right, hsl(232, 32%, 53%), hsl(232, 32%, 33%))

hex

background-color: #616BAE;

tailwind

bg-[hsl(232,32%,53%)]

box shadow

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

css variable

--color-primary: hsl(232, 32%, 53%);

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(232, 32%, 53%)?

HEX: #616BAE | RGB: rgb(97, 107, 174) | CMYK: 44%, 39%, 0%, 32% | HSV: 232°, 44%, 68%. Copy any format from the conversion table above.

What colors go well with #616BAE?

The complementary color is HSL(52, 32%, 53%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(232, 32%, 53%) in CSS?

As HSL: color: hsl(232, 32%, 53%); — As HEX: color: #616BAE; — As RGB: color: rgb(97, 107, 174); — Tailwind CSS: bg-[hsl(232,32%,53%)] — CSS variable: --color-primary: hsl(232, 32%, 53%);