HSL(216, 87%, 75%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(216,87%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(216, 87%, 75%) color: hsl(216, 87%, 75%)
HEX #88B4F7 color: #88B4F7
RGB rgb(136, 180, 247) color: rgb(136, 180, 247)
CMYK cmyk(45%, 27%, 0%, 3%)
HSV hsv(216, 45%, 97%)
HWB hwb(216 53% 3%) color: hwb(216 53% 3%)
OKLCH oklch(0.7645 0.1079 258.59) color: oklch(0.7645 0.1079 258.59)
Lab lab(72.62 2.62 -37.85) color: lab(72.62 2.62 -37.85)
LCH lch(72.62 37.94 273.96) color: lch(72.62 37.94 273.96)

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.12:1
vs Black 9.92: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)

#9B9BE7 — rgb(155, 155, 231)

Deuteranopia (Green-blind)

#9995E3 — rgb(153, 149, 227)

Tritanopia (Blue-blind)

#8ADAD7 — rgb(138, 218, 215)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(216, 87%, 75%);

text

color: hsl(216, 87%, 75%);

border

border: 2px solid hsl(216, 87%, 75%);

gradient light

background: linear-gradient(to right, hsl(216, 87%, 95%), hsl(216, 87%, 75%));

gradient dark

background: linear-gradient(to right, hsl(216, 87%, 75%), hsl(216, 87%, 55%))

hex

background-color: #88B4F7;

tailwind

bg-[hsl(216,87%,75%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(216, 87%, 75%, 0.4);

css variable

--color-primary: hsl(216, 87%, 75%);

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(216, 87%, 75%)?

HEX: #88B4F7 | RGB: rgb(136, 180, 247) | CMYK: 45%, 27%, 0%, 3% | HSV: 216°, 45%, 97%. Copy any format from the conversion table above.

What colors go well with #88B4F7?

The complementary color is HSL(36, 87%, 75%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(216, 87%, 75%) in CSS?

As HSL: color: hsl(216, 87%, 75%); — As HEX: color: #88B4F7; — As RGB: color: rgb(136, 180, 247); — Tailwind CSS: bg-[hsl(216,87%,75%)] — CSS variable: --color-primary: hsl(216, 87%, 75%);