HSL(215, 92%, 66%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(215,92%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(215, 92%, 66%) color: hsl(215, 92%, 66%)
HEX #599BF8 color: #599BF8
RGB rgb(89, 155, 248) color: rgb(89, 155, 248)
CMYK cmyk(64%, 38%, 0%, 3%)
HSV hsv(215, 64%, 97%)
HWB hwb(215 35% 3%) color: hwb(215 35% 3%)
OKLCH oklch(0.6883 0.1535 257.25) color: oklch(0.6883 0.1535 257.25)
Lab lab(63.62 7.43 -52.68) color: lab(63.62 7.43 -52.68)
LCH lch(63.62 53.2 278.03) color: lch(63.62 53.2 278.03)

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.81:1
vs Black 7.47: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)

#7676E1 — rgb(118, 118, 225)

Deuteranopia (Green-blind)

#726DDC — rgb(114, 109, 220)

Tritanopia (Blue-blind)

#5CD0CC — rgb(92, 208, 204)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(215, 92%, 66%);

text

color: hsl(215, 92%, 66%);

border

border: 2px solid hsl(215, 92%, 66%);

gradient light

background: linear-gradient(to right, hsl(215, 92%, 86%), hsl(215, 92%, 66%));

gradient dark

background: linear-gradient(to right, hsl(215, 92%, 66%), hsl(215, 92%, 46%))

hex

background-color: #599BF8;

tailwind

bg-[hsl(215,92%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(215, 92%, 66%, 0.4);

css variable

--color-primary: hsl(215, 92%, 66%);

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(215, 92%, 66%)?

HEX: #599BF8 | RGB: rgb(89, 155, 248) | CMYK: 64%, 38%, 0%, 3% | HSV: 215°, 64%, 97%. Copy any format from the conversion table above.

What colors go well with #599BF8?

The complementary color is HSL(35, 92%, 66%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(215, 92%, 66%) in CSS?

As HSL: color: hsl(215, 92%, 66%); — As HEX: color: #599BF8; — As RGB: color: rgb(89, 155, 248); — Tailwind CSS: bg-[hsl(215,92%,66%)] — CSS variable: --color-primary: hsl(215, 92%, 66%);