HSL(208, 96%, 76%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(208,96%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(208, 96%, 76%) color: hsl(208, 96%, 76%)
HEX #87C6FD color: #87C6FD
RGB rgb(135, 198, 253) color: rgb(135, 198, 253)
CMYK cmyk(47%, 22%, 0%, 1%)
HSV hsv(208, 47%, 99%)
HWB hwb(208 52% 1%) color: hwb(208 52% 1%)
OKLCH oklch(0.8046 0.1016 245.84) color: oklch(0.8046 0.1016 245.84)
Lab lab(77.65 -5.76 -33.28) color: lab(77.65 -5.76 -33.28)
LCH lch(77.65 33.77 260.18) color: lch(77.65 33.77 260.18)

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.82:1
vs Black 11.53: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)

#A2A3F0 — rgb(162, 163, 240)

Deuteranopia (Green-blind)

#9F9AED — rgb(159, 154, 237)

Tritanopia (Blue-blind)

#8AE5E3 — rgb(138, 229, 227)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(208, 96%, 76%);

text

color: hsl(208, 96%, 76%);

border

border: 2px solid hsl(208, 96%, 76%);

gradient light

background: linear-gradient(to right, hsl(208, 96%, 96%), hsl(208, 96%, 76%));

gradient dark

background: linear-gradient(to right, hsl(208, 96%, 76%), hsl(208, 96%, 56%))

hex

background-color: #87C6FD;

tailwind

bg-[hsl(208,96%,76%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(208, 96%, 76%, 0.4);

css variable

--color-primary: hsl(208, 96%, 76%);

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(208, 96%, 76%)?

HEX: #87C6FD | RGB: rgb(135, 198, 253) | CMYK: 47%, 22%, 0%, 1% | HSV: 208°, 47%, 99%. Copy any format from the conversion table above.

What colors go well with #87C6FD?

The complementary color is HSL(28, 96%, 76%). For a triadic harmony, use hues 208°, 328°, and 88°. For analogous combinations, try hues 178° and 238°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(208, 96%, 76%) in CSS?

As HSL: color: hsl(208, 96%, 76%); — As HEX: color: #87C6FD; — As RGB: color: rgb(135, 198, 253); — Tailwind CSS: bg-[hsl(208,96%,76%)] — CSS variable: --color-primary: hsl(208, 96%, 76%);