HSL(232, 34%, 78%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(232,34%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(232, 34%, 78%) color: hsl(232, 34%, 78%)
HEX #B4B9DA color: #B4B9DA
RGB rgb(180, 185, 218) color: rgb(180, 185, 218)
CMYK cmyk(17%, 15%, 0%, 15%)
HSV hsv(232, 17%, 85%)
HWB hwb(232 71% 15%) color: hwb(232 71% 15%)
OKLCH oklch(0.7927 0.047 278.48) color: oklch(0.7927 0.047 278.48)
Lab lab(75.74 5.01 -17.11) color: lab(75.74 5.01 -17.11)
LCH lch(75.74 17.83 286.32) color: lch(75.74 17.83 286.32)

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 1.93:1
vs Black 10.89: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)

#B6B6D2 — rgb(182, 182, 210)

Deuteranopia (Green-blind)

#B6B6D0 — rgb(182, 182, 208)

Tritanopia (Blue-blind)

#B4CCCA — rgb(180, 204, 202)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(232, 34%, 78%);

text

color: hsl(232, 34%, 78%);

border

border: 2px solid hsl(232, 34%, 78%);

gradient light

background: linear-gradient(to right, hsl(232, 34%, 98%), hsl(232, 34%, 78%));

gradient dark

background: linear-gradient(to right, hsl(232, 34%, 78%), hsl(232, 34%, 58%))

hex

background-color: #B4B9DA;

tailwind

bg-[hsl(232,34%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(232, 34%, 78%, 0.4);

css variable

--color-primary: hsl(232, 34%, 78%);

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(232, 34%, 78%)?

HEX: #B4B9DA | RGB: rgb(180, 185, 218) | CMYK: 17%, 15%, 0%, 15% | HSV: 232°, 17%, 85%. Copy any format from the conversion table above.

What colors go well with #B4B9DA?

The complementary color is HSL(52, 34%, 78%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(232, 34%, 78%) in CSS?

As HSL: color: hsl(232, 34%, 78%); — As HEX: color: #B4B9DA; — As RGB: color: rgb(180, 185, 218); — Tailwind CSS: bg-[hsl(232,34%,78%)] — CSS variable: --color-primary: hsl(232, 34%, 78%);