HSL(226, 100%, 54%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(226,100%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(226, 100%, 54%) color: hsl(226, 100%, 54%)
HEX #144BFF color: #144BFF
RGB rgb(20, 75, 255) color: rgb(20, 75, 255)
CMYK cmyk(92%, 71%, 0%, 0%)
HSV hsv(226, 92%, 100%)
HWB hwb(226 8% 0%) color: hwb(226 8% 0%)
OKLCH oklch(0.5194 0.2681 264.44) color: oklch(0.5194 0.2681 264.44)
Lab lab(41.84 52.22 -91.97) color: lab(41.84 52.22 -91.97)
LCH lch(41.84 105.76 299.59) color: lch(41.84 105.76 299.59)

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 6.03:1
vs Black 3.48:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#2C2CD3 — rgb(44, 44, 211)

Deuteranopia (Green-blind)

#2925C9 — rgb(41, 37, 201)

Tritanopia (Blue-blind)

#17B1AA — rgb(23, 177, 170)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(226, 100%, 54%);

text

color: hsl(226, 100%, 54%);

border

border: 2px solid hsl(226, 100%, 54%);

gradient light

background: linear-gradient(to right, hsl(226, 100%, 74%), hsl(226, 100%, 54%));

gradient dark

background: linear-gradient(to right, hsl(226, 100%, 54%), hsl(226, 100%, 34%))

hex

background-color: #144BFF;

tailwind

bg-[hsl(226,100%,54%)]

box shadow

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

css variable

--color-primary: hsl(226, 100%, 54%);

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(226, 100%, 54%)?

HEX: #144BFF | RGB: rgb(20, 75, 255) | CMYK: 92%, 71%, 0%, 0% | HSV: 226°, 92%, 100%. Copy any format from the conversion table above.

What colors go well with #144BFF?

The complementary color is HSL(46, 100%, 54%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(226, 100%, 54%) in CSS?

As HSL: color: hsl(226, 100%, 54%); — As HEX: color: #144BFF; — As RGB: color: rgb(20, 75, 255); — Tailwind CSS: bg-[hsl(226,100%,54%)] — CSS variable: --color-primary: hsl(226, 100%, 54%);