HSL(251, 97%, 44%)

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,97%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(251, 97%, 44%) color: hsl(251, 97%, 44%)
HEX #2B03DD color: #2B03DD
RGB rgb(43, 3, 221) color: rgb(43, 3, 221)
CMYK cmyk(81%, 99%, 0%, 13%)
HSV hsv(251, 99%, 87%)
HWB hwb(251 1% 13%) color: hwb(251 1% 13%)
OKLCH oklch(0.4199 0.2719 270.7) color: oklch(0.4199 0.2719 270.7)
Lab lab(28.9 71.02 -94.19) color: lab(28.9 71.02 -94.19)
LCH lch(28.9 117.96 307.02) color: lch(28.9 117.96 307.02)

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 9.72:1
vs Black 2.16: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)

#1A19A8 — rgb(26, 25, 168)

Deuteranopia (Green-blind)

#1C1F9C — rgb(28, 31, 156)

Tritanopia (Blue-blind)

#297F75 — rgb(41, 127, 117)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(251, 97%, 44%);

text

color: hsl(251, 97%, 44%);

border

border: 2px solid hsl(251, 97%, 44%);

gradient light

background: linear-gradient(to right, hsl(251, 97%, 64%), hsl(251, 97%, 44%));

gradient dark

background: linear-gradient(to right, hsl(251, 97%, 44%), hsl(251, 97%, 24%))

hex

background-color: #2B03DD;

tailwind

bg-[hsl(251,97%,44%)]

box shadow

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

css variable

--color-primary: hsl(251, 97%, 44%);

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, 97%, 44%)?

HEX: #2B03DD | RGB: rgb(43, 3, 221) | CMYK: 81%, 99%, 0%, 13% | HSV: 251°, 99%, 87%. Copy any format from the conversion table above.

What colors go well with #2B03DD?

The complementary color is HSL(71, 97%, 44%). 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, 97%, 44%) in CSS?

As HSL: color: hsl(251, 97%, 44%); — As HEX: color: #2B03DD; — As RGB: color: rgb(43, 3, 221); — Tailwind CSS: bg-[hsl(251,97%,44%)] — CSS variable: --color-primary: hsl(251, 97%, 44%);