HSL(209, 90%, 75%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(209,90%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(209, 90%, 75%) color: hsl(209, 90%, 75%)
HEX #86C1F9 color: #86C1F9
RGB rgb(134, 193, 249) color: rgb(134, 193, 249)
CMYK cmyk(46%, 22%, 0%, 2%)
HSV hsv(209, 46%, 98%)
HWB hwb(209 53% 2%) color: hwb(209 53% 2%)
OKLCH oklch(0.7917 0.1008 247.93) color: oklch(0.7917 0.1008 247.93)
Lab lab(76.1 -4.42 -33.55) color: lab(76.1 -4.42 -33.55)
LCH lch(76.1 33.84 262.49) color: lch(76.1 33.84 262.49)

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.91:1
vs Black 11.01: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)

#A0A0EB — rgb(160, 160, 235)

Deuteranopia (Green-blind)

#9C98E8 — rgb(156, 152, 232)

Tritanopia (Blue-blind)

#89E1DE — rgb(137, 225, 222)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(209, 90%, 75%);

text

color: hsl(209, 90%, 75%);

border

border: 2px solid hsl(209, 90%, 75%);

gradient light

background: linear-gradient(to right, hsl(209, 90%, 95%), hsl(209, 90%, 75%));

gradient dark

background: linear-gradient(to right, hsl(209, 90%, 75%), hsl(209, 90%, 55%))

hex

background-color: #86C1F9;

tailwind

bg-[hsl(209,90%,75%)]

box shadow

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

css variable

--color-primary: hsl(209, 90%, 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(209, 90%, 75%)?

HEX: #86C1F9 | RGB: rgb(134, 193, 249) | CMYK: 46%, 22%, 0%, 2% | HSV: 209°, 46%, 98%. Copy any format from the conversion table above.

What colors go well with #86C1F9?

The complementary color is HSL(29, 90%, 75%). For a triadic harmony, use hues 209°, 329°, and 89°. For analogous combinations, try hues 179° and 239°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(209, 90%, 75%) in CSS?

As HSL: color: hsl(209, 90%, 75%); — As HEX: color: #86C1F9; — As RGB: color: rgb(134, 193, 249); — Tailwind CSS: bg-[hsl(209,90%,75%)] — CSS variable: --color-primary: hsl(209, 90%, 75%);