HSL(210, 25%, 78%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(210,25%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(210, 25%, 78%) color: hsl(210, 25%, 78%)
HEX #B9C7D5 color: #B9C7D5
RGB rgb(185, 199, 213) color: rgb(185, 199, 213)
CMYK cmyk(13%, 7%, 0%, 16%)
HSV hsv(210, 13%, 84%)
HWB hwb(210 73% 16%) color: hwb(210 73% 16%)
OKLCH oklch(0.8233 0.025 248.13) color: oklch(0.8233 0.025 248.13)
Lab lab(79.59 -1.96 -8.6) color: lab(79.59 -1.96 -8.6)
LCH lch(79.59 8.82 257.16) color: lch(79.59 8.82 257.16)

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.72:1
vs Black 12.19: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)

#BFBFD2 — rgb(191, 191, 210)

Deuteranopia (Green-blind)

#BEBDD1 — rgb(190, 189, 209)

Tritanopia (Blue-blind)

#BACFCE — rgb(186, 207, 206)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(210, 25%, 78%);

text

color: hsl(210, 25%, 78%);

border

border: 2px solid hsl(210, 25%, 78%);

gradient light

background: linear-gradient(to right, hsl(210, 25%, 98%), hsl(210, 25%, 78%));

gradient dark

background: linear-gradient(to right, hsl(210, 25%, 78%), hsl(210, 25%, 58%))

hex

background-color: #B9C7D5;

tailwind

bg-[hsl(210,25%,78%)]

box shadow

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

css variable

--color-primary: hsl(210, 25%, 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(210, 25%, 78%)?

HEX: #B9C7D5 | RGB: rgb(185, 199, 213) | CMYK: 13%, 7%, 0%, 16% | HSV: 210°, 13%, 84%. Copy any format from the conversion table above.

What colors go well with #B9C7D5?

The complementary color is HSL(30, 25%, 78%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(210, 25%, 78%) in CSS?

As HSL: color: hsl(210, 25%, 78%); — As HEX: color: #B9C7D5; — As RGB: color: rgb(185, 199, 213); — Tailwind CSS: bg-[hsl(210,25%,78%)] — CSS variable: --color-primary: hsl(210, 25%, 78%);