HSL(199, 60%, 60%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(199,60%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(199, 60%, 60%) color: hsl(199, 60%, 60%)
HEX #5CAFD6 color: #5CAFD6
RGB rgb(92, 175, 214) color: rgb(92, 175, 214)
CMYK cmyk(57%, 18%, 0%, 16%)
HSV hsv(199, 57%, 84%)
HWB hwb(199 36% 16%) color: hwb(199 36% 16%)
OKLCH oklch(0.7171 0.0987 230.64) color: oklch(0.7171 0.0987 230.64)
Lab lab(67.86 -14.09 -27.38) color: lab(67.86 -14.09 -27.38)
LCH lch(67.86 30.79 242.77) color: lch(67.86 30.79 242.77)

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.45:1
vs Black 8.56: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)

#8081CD — rgb(128, 129, 205)

Deuteranopia (Green-blind)

#7B75CA — rgb(123, 117, 202)

Tritanopia (Blue-blind)

#60C5C3 — rgb(96, 197, 195)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(199, 60%, 60%);

text

color: hsl(199, 60%, 60%);

border

border: 2px solid hsl(199, 60%, 60%);

gradient light

background: linear-gradient(to right, hsl(199, 60%, 80%), hsl(199, 60%, 60%));

gradient dark

background: linear-gradient(to right, hsl(199, 60%, 60%), hsl(199, 60%, 40%))

hex

background-color: #5CAFD6;

tailwind

bg-[hsl(199,60%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(199, 60%, 60%, 0.4);

css variable

--color-primary: hsl(199, 60%, 60%);

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(199, 60%, 60%)?

HEX: #5CAFD6 | RGB: rgb(92, 175, 214) | CMYK: 57%, 18%, 0%, 16% | HSV: 199°, 57%, 84%. Copy any format from the conversion table above.

What colors go well with #5CAFD6?

The complementary color is HSL(19, 60%, 60%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(199, 60%, 60%) in CSS?

As HSL: color: hsl(199, 60%, 60%); — As HEX: color: #5CAFD6; — As RGB: color: rgb(92, 175, 214); — Tailwind CSS: bg-[hsl(199,60%,60%)] — CSS variable: --color-primary: hsl(199, 60%, 60%);