HSL(251, 90%, 54%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(251,90%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(251, 90%, 54%) color: hsl(251, 90%, 54%)
HEX #4720F3 color: #4720F3
RGB rgb(71, 32, 243) color: rgb(71, 32, 243)
CMYK cmyk(71%, 87%, 0%, 5%)
HSV hsv(251, 87%, 95%)
HWB hwb(251 12% 5%) color: hwb(251 12% 5%)
OKLCH oklch(0.4781 0.2772 276.26) color: oklch(0.4781 0.2772 276.26)
Lab lab(35.68 71.07 -95.39) color: lab(35.68 71.07 -95.39)
LCH lch(35.68 118.95 306.69) color: lch(35.68 118.95 306.69)

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 7.58:1
vs Black 2.77: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)

#3636C0 — rgb(54, 54, 192)

Deuteranopia (Green-blind)

#383BB4 — rgb(56, 59, 180)

Tritanopia (Blue-blind)

#45988F — rgb(69, 152, 143)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(251, 90%, 54%);

text

color: hsl(251, 90%, 54%);

border

border: 2px solid hsl(251, 90%, 54%);

gradient light

background: linear-gradient(to right, hsl(251, 90%, 74%), hsl(251, 90%, 54%));

gradient dark

background: linear-gradient(to right, hsl(251, 90%, 54%), hsl(251, 90%, 34%))

hex

background-color: #4720F3;

tailwind

bg-[hsl(251,90%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(251, 90%, 54%, 0.4);

css variable

--color-primary: hsl(251, 90%, 54%);

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(251, 90%, 54%)?

HEX: #4720F3 | RGB: rgb(71, 32, 243) | CMYK: 71%, 87%, 0%, 5% | HSV: 251°, 87%, 95%. Copy any format from the conversion table above.

What colors go well with #4720F3?

The complementary color is HSL(71, 90%, 54%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(251, 90%, 54%) in CSS?

As HSL: color: hsl(251, 90%, 54%); — As HEX: color: #4720F3; — As RGB: color: rgb(71, 32, 243); — Tailwind CSS: bg-[hsl(251,90%,54%)] — CSS variable: --color-primary: hsl(251, 90%, 54%);