HSL(211, 84%, 65%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(211,84%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(211, 84%, 65%) color: hsl(211, 84%, 65%)
HEX #5BA3F1 color: #5BA3F1
RGB rgb(91, 163, 241) color: rgb(91, 163, 241)
CMYK cmyk(62%, 32%, 0%, 5%)
HSV hsv(211, 62%, 95%)
HWB hwb(211 36% 5%) color: hwb(211 36% 5%)
OKLCH oklch(0.7026 0.1361 251.99) color: oklch(0.7026 0.1361 251.99)
Lab lab(65.57 0.84 -45.78) color: lab(65.57 0.84 -45.78)
LCH lch(65.57 45.79 271.05) color: lch(65.57 45.79 271.05)

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 2.64:1
vs Black 7.95:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7A7BDE — rgb(122, 123, 222)

Deuteranopia (Green-blind)

#7671DA — rgb(118, 113, 218)

Tritanopia (Blue-blind)

#5FCFCC — rgb(95, 207, 204)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(211, 84%, 65%);

text

color: hsl(211, 84%, 65%);

border

border: 2px solid hsl(211, 84%, 65%);

gradient light

background: linear-gradient(to right, hsl(211, 84%, 85%), hsl(211, 84%, 65%));

gradient dark

background: linear-gradient(to right, hsl(211, 84%, 65%), hsl(211, 84%, 45%))

hex

background-color: #5BA3F1;

tailwind

bg-[hsl(211,84%,65%)]

box shadow

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

css variable

--color-primary: hsl(211, 84%, 65%);

Related Colors

Use Cases for Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(211, 84%, 65%)?

HEX: #5BA3F1 | RGB: rgb(91, 163, 241) | CMYK: 62%, 32%, 0%, 5% | HSV: 211°, 62%, 95%. Copy any format from the conversion table above.

What colors go well with #5BA3F1?

The complementary color is HSL(31, 84%, 65%). 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, 84%, 65%) in CSS?

As HSL: color: hsl(211, 84%, 65%); — As HEX: color: #5BA3F1; — As RGB: color: rgb(91, 163, 241); — Tailwind CSS: bg-[hsl(211,84%,65%)] — CSS variable: --color-primary: hsl(211, 84%, 65%);