HSL(210, 80%, 68%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(210,80%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(210, 80%, 68%) color: hsl(210, 80%, 68%)
HEX #6CADEF color: #6CADEF
RGB rgb(108, 173, 239) color: rgb(108, 173, 239)
CMYK cmyk(55%, 28%, 0%, 6%)
HSV hsv(210, 55%, 94%)
HWB hwb(210 42% 6%) color: hwb(210 42% 6%)
OKLCH oklch(0.731 0.1174 250.05) color: oklch(0.731 0.1174 250.05)
Lab lab(68.97 -2.15 -39.3) color: lab(68.97 -2.15 -39.3)
LCH lch(68.97 39.36 266.87) color: lch(68.97 39.36 266.87)

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.37:1
vs Black 8.86: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)

#8889DF — rgb(136, 137, 223)

Deuteranopia (Green-blind)

#8480DB — rgb(132, 128, 219)

Tritanopia (Blue-blind)

#6FD2D0 — rgb(111, 210, 208)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(210, 80%, 68%);

text

color: hsl(210, 80%, 68%);

border

border: 2px solid hsl(210, 80%, 68%);

gradient light

background: linear-gradient(to right, hsl(210, 80%, 88%), hsl(210, 80%, 68%));

gradient dark

background: linear-gradient(to right, hsl(210, 80%, 68%), hsl(210, 80%, 48%))

hex

background-color: #6CADEF;

tailwind

bg-[hsl(210,80%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(210, 80%, 68%, 0.4);

css variable

--color-primary: hsl(210, 80%, 68%);

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(210, 80%, 68%)?

HEX: #6CADEF | RGB: rgb(108, 173, 239) | CMYK: 55%, 28%, 0%, 6% | HSV: 210°, 55%, 94%. Copy any format from the conversion table above.

What colors go well with #6CADEF?

The complementary color is HSL(30, 80%, 68%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(210, 80%, 68%) in CSS?

As HSL: color: hsl(210, 80%, 68%); — As HEX: color: #6CADEF; — As RGB: color: rgb(108, 173, 239); — Tailwind CSS: bg-[hsl(210,80%,68%)] — CSS variable: --color-primary: hsl(210, 80%, 68%);