HSL(211, 27%, 44%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(211,27%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(211, 27%, 44%) color: hsl(211, 27%, 44%)
HEX #526F8E color: #526F8E
RGB rgb(82, 111, 142) color: rgb(82, 111, 142)
CMYK cmyk(42%, 22%, 0%, 44%)
HSV hsv(211, 42%, 56%)
HWB hwb(211 32% 44%) color: hwb(211 32% 44%)
OKLCH oklch(0.5316 0.0596 250.64) color: oklch(0.5316 0.0596 250.64)
Lab lab(45.79 -2 -20.29) color: lab(45.79 -2 -20.29)
LCH lch(45.79 20.39 264.37) color: lch(45.79 20.39 264.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 5.22:1
vs Black 4.02: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)

#5F5F86 — rgb(95, 95, 134)

Deuteranopia (Green-blind)

#5D5B85 — rgb(93, 91, 133)

Tritanopia (Blue-blind)

#53817F — rgb(83, 129, 127)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(211, 27%, 44%);

text

color: hsl(211, 27%, 44%);

border

border: 2px solid hsl(211, 27%, 44%);

gradient light

background: linear-gradient(to right, hsl(211, 27%, 64%), hsl(211, 27%, 44%));

gradient dark

background: linear-gradient(to right, hsl(211, 27%, 44%), hsl(211, 27%, 24%))

hex

background-color: #526F8E;

tailwind

bg-[hsl(211,27%,44%)]

box shadow

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

css variable

--color-primary: hsl(211, 27%, 44%);

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, 27%, 44%)?

HEX: #526F8E | RGB: rgb(82, 111, 142) | CMYK: 42%, 22%, 0%, 44% | HSV: 211°, 42%, 56%. Copy any format from the conversion table above.

What colors go well with #526F8E?

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

As HSL: color: hsl(211, 27%, 44%); — As HEX: color: #526F8E; — As RGB: color: rgb(82, 111, 142); — Tailwind CSS: bg-[hsl(211,27%,44%)] — CSS variable: --color-primary: hsl(211, 27%, 44%);