HSL(211, 52%, 66%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(211,52%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(211, 52%, 66%) color: hsl(211, 52%, 66%)
HEX #7BA7D5 color: #7BA7D5
RGB rgb(123, 167, 213) color: rgb(123, 167, 213)
CMYK cmyk(42%, 22%, 0%, 16%)
HSV hsv(211, 42%, 84%)
HWB hwb(211 49% 16%) color: hwb(211 49% 16%)
OKLCH oklch(0.7141 0.0827 250.14) color: oklch(0.7141 0.0827 250.14)
Lab lab(67.01 -2.91 -28.01) color: lab(67.01 -2.91 -28.01)
LCH lch(67.01 28.16 264.07) color: lch(67.01 28.16 264.07)

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.52:1
vs Black 8.33: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)

#8E8ECA — rgb(142, 142, 202)

Deuteranopia (Green-blind)

#8C88C7 — rgb(140, 136, 199)

Tritanopia (Blue-blind)

#7DC1BF — rgb(125, 193, 191)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(211, 52%, 66%);

text

color: hsl(211, 52%, 66%);

border

border: 2px solid hsl(211, 52%, 66%);

gradient light

background: linear-gradient(to right, hsl(211, 52%, 86%), hsl(211, 52%, 66%));

gradient dark

background: linear-gradient(to right, hsl(211, 52%, 66%), hsl(211, 52%, 46%))

hex

background-color: #7BA7D5;

tailwind

bg-[hsl(211,52%,66%)]

box shadow

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

css variable

--color-primary: hsl(211, 52%, 66%);

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, 52%, 66%)?

HEX: #7BA7D5 | RGB: rgb(123, 167, 213) | CMYK: 42%, 22%, 0%, 16% | HSV: 211°, 42%, 84%. Copy any format from the conversion table above.

What colors go well with #7BA7D5?

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

As HSL: color: hsl(211, 52%, 66%); — As HEX: color: #7BA7D5; — As RGB: color: rgb(123, 167, 213); — Tailwind CSS: bg-[hsl(211,52%,66%)] — CSS variable: --color-primary: hsl(211, 52%, 66%);