HSL(212, 99%, 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(212,99%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(212, 99%, 55%) color: hsl(212, 99%, 55%)
HEX #1B85FE color: #1B85FE
RGB rgb(27, 133, 254) color: rgb(27, 133, 254)
CMYK cmyk(89%, 48%, 0%, 0%)
HSV hsv(212, 89%, 100%)
HWB hwb(212 11% 0%) color: hwb(212 11% 0%)
OKLCH oklch(0.6275 0.2014 256.02) color: oklch(0.6275 0.2014 256.02)
Lab lab(56.25 16.14 -67.88) color: lab(56.25 16.14 -67.88)
LCH lch(56.25 69.77 283.37) color: lch(56.25 69.77 283.37)

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 3.6:1
vs Black 5.83:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#494AE1 — rgb(73, 74, 225)

Deuteranopia (Green-blind)

#433BDA — rgb(67, 59, 218)

Tritanopia (Blue-blind)

#20CAC5 — rgb(32, 202, 197)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(212, 99%, 55%);

text

color: hsl(212, 99%, 55%);

border

border: 2px solid hsl(212, 99%, 55%);

gradient light

background: linear-gradient(to right, hsl(212, 99%, 75%), hsl(212, 99%, 55%));

gradient dark

background: linear-gradient(to right, hsl(212, 99%, 55%), hsl(212, 99%, 35%))

hex

background-color: #1B85FE;

tailwind

bg-[hsl(212,99%,55%)]

box shadow

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

css variable

--color-primary: hsl(212, 99%, 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(212, 99%, 55%)?

HEX: #1B85FE | RGB: rgb(27, 133, 254) | CMYK: 89%, 48%, 0%, 0% | HSV: 212°, 89%, 100%. Copy any format from the conversion table above.

What colors go well with #1B85FE?

The complementary color is HSL(32, 99%, 55%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(212, 99%, 55%) in CSS?

As HSL: color: hsl(212, 99%, 55%); — As HEX: color: #1B85FE; — As RGB: color: rgb(27, 133, 254); — Tailwind CSS: bg-[hsl(212,99%,55%)] — CSS variable: --color-primary: hsl(212, 99%, 55%);