HSL(232, 84%, 47%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(232,84%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(232, 84%, 47%) color: hsl(232, 84%, 47%)
HEX #132EDD color: #132EDD
RGB rgb(19, 46, 221) color: rgb(19, 46, 221)
CMYK cmyk(91%, 79%, 0%, 13%)
HSV hsv(232, 91%, 87%)
HWB hwb(232 8% 13%) color: hwb(232 8% 13%)
OKLCH oklch(0.4421 0.2564 265.66) color: oklch(0.4421 0.2564 265.66)
Lab lab(32.5 56.81 -88.2) color: lab(32.5 56.81 -88.2)
LCH lch(32.5 104.91 302.79) color: lch(32.5 104.91 302.79)

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 8.53:1
vs Black 2.46:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#1F1FB3 — rgb(31, 31, 179)

Deuteranopia (Green-blind)

#1D1BA9 — rgb(29, 27, 169)

Tritanopia (Blue-blind)

#14918A — rgb(20, 145, 138)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(232, 84%, 47%);

text

color: hsl(232, 84%, 47%);

border

border: 2px solid hsl(232, 84%, 47%);

gradient light

background: linear-gradient(to right, hsl(232, 84%, 67%), hsl(232, 84%, 47%));

gradient dark

background: linear-gradient(to right, hsl(232, 84%, 47%), hsl(232, 84%, 27%))

hex

background-color: #132EDD;

tailwind

bg-[hsl(232,84%,47%)]

box shadow

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

css variable

--color-primary: hsl(232, 84%, 47%);

Related Colors

Use Cases for Vivid Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(232, 84%, 47%)?

HEX: #132EDD | RGB: rgb(19, 46, 221) | CMYK: 91%, 79%, 0%, 13% | HSV: 232°, 91%, 87%. Copy any format from the conversion table above.

What colors go well with #132EDD?

The complementary color is HSL(52, 84%, 47%). 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, 84%, 47%) in CSS?

As HSL: color: hsl(232, 84%, 47%); — As HEX: color: #132EDD; — As RGB: color: rgb(19, 46, 221); — Tailwind CSS: bg-[hsl(232,84%,47%)] — CSS variable: --color-primary: hsl(232, 84%, 47%);