HSL(247, 94%, 50%)

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,94%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(247, 94%, 50%) color: hsl(247, 94%, 50%)
HEX #2408F7 color: #2408F7
RGB rgb(36, 8, 247) color: rgb(36, 8, 247)
CMYK cmyk(85%, 97%, 0%, 3%)
HSV hsv(247, 97%, 97%)
HWB hwb(247 3% 3%) color: hwb(247 3% 3%)
OKLCH oklch(0.452 0.2982 267.97) color: oklch(0.452 0.2982 267.97)
Lab lab(32.4 76.37 -103.17) color: lab(32.4 76.37 -103.17)
LCH lch(32.4 128.36 306.51) color: lch(32.4 128.36 306.51)

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.56:1
vs Black 2.45: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)

#1818BD — rgb(24, 24, 189)

Deuteranopia (Green-blind)

#1A1CAF — rgb(26, 28, 175)

Tritanopia (Blue-blind)

#239085 — rgb(35, 144, 133)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(247, 94%, 50%);

text

color: hsl(247, 94%, 50%);

border

border: 2px solid hsl(247, 94%, 50%);

gradient light

background: linear-gradient(to right, hsl(247, 94%, 70%), hsl(247, 94%, 50%));

gradient dark

background: linear-gradient(to right, hsl(247, 94%, 50%), hsl(247, 94%, 30%))

hex

background-color: #2408F7;

tailwind

bg-[hsl(247,94%,50%)]

box shadow

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

css variable

--color-primary: hsl(247, 94%, 50%);

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, 94%, 50%)?

HEX: #2408F7 | RGB: rgb(36, 8, 247) | CMYK: 85%, 97%, 0%, 3% | HSV: 247°, 97%, 97%. Copy any format from the conversion table above.

What colors go well with #2408F7?

The complementary color is HSL(67, 94%, 50%). 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, 94%, 50%) in CSS?

As HSL: color: hsl(247, 94%, 50%); — As HEX: color: #2408F7; — As RGB: color: rgb(36, 8, 247); — Tailwind CSS: bg-[hsl(247,94%,50%)] — CSS variable: --color-primary: hsl(247, 94%, 50%);