HSL(241, 100%, 55%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(241,100%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(241, 100%, 55%) color: hsl(241, 100%, 55%)
HEX #1D1AFF color: #1D1AFF
RGB rgb(29, 26, 255) color: rgb(29, 26, 255)
CMYK cmyk(89%, 90%, 0%, 0%)
HSV hsv(241, 90%, 100%)
HWB hwb(241 10% 0%) color: hwb(241 10% 0%)
OKLCH oklch(0.468 0.3021 266.63) color: oklch(0.468 0.3021 266.63)
Lab lab(34.43 74.56 -104.28) color: lab(34.43 74.56 -104.28)
LCH lch(34.43 128.19 305.56) color: lch(34.43 128.19 305.56)

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.94:1
vs Black 2.64: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)

#1C1CC8 — rgb(28, 28, 200)

Deuteranopia (Green-blind)

#1C1CBA — rgb(28, 28, 186)

Tritanopia (Blue-blind)

#1D9C92 — rgb(29, 156, 146)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(241, 100%, 55%);

text

color: hsl(241, 100%, 55%);

border

border: 2px solid hsl(241, 100%, 55%);

gradient light

background: linear-gradient(to right, hsl(241, 100%, 75%), hsl(241, 100%, 55%));

gradient dark

background: linear-gradient(to right, hsl(241, 100%, 55%), hsl(241, 100%, 35%))

hex

background-color: #1D1AFF;

tailwind

bg-[hsl(241,100%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(241, 100%, 55%, 0.4);

css variable

--color-primary: hsl(241, 100%, 55%);

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(241, 100%, 55%)?

HEX: #1D1AFF | RGB: rgb(29, 26, 255) | CMYK: 89%, 90%, 0%, 0% | HSV: 241°, 90%, 100%. Copy any format from the conversion table above.

What colors go well with #1D1AFF?

The complementary color is HSL(61, 100%, 55%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(241, 100%, 55%) in CSS?

As HSL: color: hsl(241, 100%, 55%); — As HEX: color: #1D1AFF; — As RGB: color: rgb(29, 26, 255); — Tailwind CSS: bg-[hsl(241,100%,55%)] — CSS variable: --color-primary: hsl(241, 100%, 55%);