HSL(246, 98%, 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(246,98%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(246, 98%, 50%) color: hsl(246, 98%, 50%)
HEX #1C03FC color: #1C03FC
RGB rgb(28, 3, 252) color: rgb(28, 3, 252)
CMYK cmyk(89%, 99%, 0%, 1%)
HSV hsv(246, 99%, 99%)
HWB hwb(246 1% 1%) color: hwb(246 1% 1%)
OKLCH oklch(0.4542 0.3059 266.57) color: oklch(0.4542 0.3059 266.57)
Lab lab(32.56 78.21 -105.72) color: lab(32.56 78.21 -105.72)
LCH lch(32.56 131.5 306.49) color: lch(32.56 131.5 306.49)

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.51:1
vs Black 2.47: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)

#1111C0 — rgb(17, 17, 192)

Deuteranopia (Green-blind)

#1315B1 — rgb(19, 21, 177)

Tritanopia (Blue-blind)

#1B9086 — rgb(27, 144, 134)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(246, 98%, 50%);

text

color: hsl(246, 98%, 50%);

border

border: 2px solid hsl(246, 98%, 50%);

gradient light

background: linear-gradient(to right, hsl(246, 98%, 70%), hsl(246, 98%, 50%));

gradient dark

background: linear-gradient(to right, hsl(246, 98%, 50%), hsl(246, 98%, 30%))

hex

background-color: #1C03FC;

tailwind

bg-[hsl(246,98%,50%)]

box shadow

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

css variable

--color-primary: hsl(246, 98%, 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(246, 98%, 50%)?

HEX: #1C03FC | RGB: rgb(28, 3, 252) | CMYK: 89%, 99%, 0%, 1% | HSV: 246°, 99%, 99%. Copy any format from the conversion table above.

What colors go well with #1C03FC?

The complementary color is HSL(66, 98%, 50%). For a triadic harmony, use hues 246°, 6°, and 126°. For analogous combinations, try hues 216° and 276°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(246, 98%, 50%) in CSS?

As HSL: color: hsl(246, 98%, 50%); — As HEX: color: #1C03FC; — As RGB: color: rgb(28, 3, 252); — Tailwind CSS: bg-[hsl(246,98%,50%)] — CSS variable: --color-primary: hsl(246, 98%, 50%);