HSL(211, 85%, 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(211,85%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(211, 85%, 55%) color: hsl(211, 85%, 55%)
HEX #2B89EE color: #2B89EE
RGB rgb(43, 137, 238) color: rgb(43, 137, 238)
CMYK cmyk(82%, 42%, 0%, 7%)
HSV hsv(211, 82%, 93%)
HWB hwb(211 17% 7%) color: hwb(211 17% 7%)
OKLCH oklch(0.6283 0.1742 253.82) color: oklch(0.6283 0.1742 253.82)
Lab lab(56.66 8.74 -58.36) color: lab(56.66 8.74 -58.36)
LCH lch(56.66 59.01 278.52) color: lch(56.66 59.01 278.52)

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.55:1
vs Black 5.92: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)

#5455D6 — rgb(84, 85, 214)

Deuteranopia (Green-blind)

#4E47D0 — rgb(78, 71, 208)

Tritanopia (Blue-blind)

#30C2BE — rgb(48, 194, 190)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(211, 85%, 55%);

text

color: hsl(211, 85%, 55%);

border

border: 2px solid hsl(211, 85%, 55%);

gradient light

background: linear-gradient(to right, hsl(211, 85%, 75%), hsl(211, 85%, 55%));

gradient dark

background: linear-gradient(to right, hsl(211, 85%, 55%), hsl(211, 85%, 35%))

hex

background-color: #2B89EE;

tailwind

bg-[hsl(211,85%,55%)]

box shadow

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

css variable

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

HEX: #2B89EE | RGB: rgb(43, 137, 238) | CMYK: 82%, 42%, 0%, 7% | HSV: 211°, 82%, 93%. Copy any format from the conversion table above.

What colors go well with #2B89EE?

The complementary color is HSL(31, 85%, 55%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(211, 85%, 55%) in CSS?

As HSL: color: hsl(211, 85%, 55%); — As HEX: color: #2B89EE; — As RGB: color: rgb(43, 137, 238); — Tailwind CSS: bg-[hsl(211,85%,55%)] — CSS variable: --color-primary: hsl(211, 85%, 55%);