HSL(247, 91%, 52%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(247,91%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(247, 91%, 52%) color: hsl(247, 91%, 52%)
HEX #2F15F4 color: #2F15F4
RGB rgb(47, 21, 244) color: rgb(47, 21, 244)
CMYK cmyk(81%, 91%, 0%, 4%)
HSV hsv(247, 91%, 96%)
HWB hwb(247 9% 4%) color: hwb(247 9% 4%)
OKLCH oklch(0.4583 0.2889 270.21) color: oklch(0.4583 0.2889 270.21)
Lab lab(33.29 73.43 -99.98) color: lab(33.29 73.43 -99.98)
LCH lch(33.29 124.05 306.3) color: lch(33.29 124.05 306.3)

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.29:1
vs Black 2.53: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)

#2424BE — rgb(36, 36, 190)

Deuteranopia (Green-blind)

#2527B1 — rgb(37, 39, 177)

Tritanopia (Blue-blind)

#2E938A — rgb(46, 147, 138)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(247, 91%, 52%);

text

color: hsl(247, 91%, 52%);

border

border: 2px solid hsl(247, 91%, 52%);

gradient light

background: linear-gradient(to right, hsl(247, 91%, 72%), hsl(247, 91%, 52%));

gradient dark

background: linear-gradient(to right, hsl(247, 91%, 52%), hsl(247, 91%, 32%))

hex

background-color: #2F15F4;

tailwind

bg-[hsl(247,91%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(247, 91%, 52%, 0.4);

css variable

--color-primary: hsl(247, 91%, 52%);

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(247, 91%, 52%)?

HEX: #2F15F4 | RGB: rgb(47, 21, 244) | CMYK: 81%, 91%, 0%, 4% | HSV: 247°, 91%, 96%. Copy any format from the conversion table above.

What colors go well with #2F15F4?

The complementary color is HSL(67, 91%, 52%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(247, 91%, 52%) in CSS?

As HSL: color: hsl(247, 91%, 52%); — As HEX: color: #2F15F4; — As RGB: color: rgb(47, 21, 244); — Tailwind CSS: bg-[hsl(247,91%,52%)] — CSS variable: --color-primary: hsl(247, 91%, 52%);