HSL(211, 18%, 47%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(211,18%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(211, 18%, 47%) color: hsl(211, 18%, 47%)
HEX #62778D color: #62778D
RGB rgb(98, 119, 141) color: rgb(98, 119, 141)
CMYK cmyk(30%, 16%, 0%, 45%)
HSV hsv(211, 30%, 55%)
HWB hwb(211 39% 45%) color: hwb(211 39% 45%)
OKLCH oklch(0.5606 0.0423 249.79) color: oklch(0.5606 0.0423 249.79)
Lab lab(49.15 -2.22 -14.48) color: lab(49.15 -2.22 -14.48)
LCH lch(49.15 14.65 261.28) color: lch(49.15 14.65 261.28)

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 4.62:1
vs Black 4.54:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#6B6B88 — rgb(107, 107, 136)

Deuteranopia (Green-blind)

#6A6886 — rgb(106, 104, 134)

Tritanopia (Blue-blind)

#638383 — rgb(99, 131, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(211, 18%, 47%);

text

color: hsl(211, 18%, 47%);

border

border: 2px solid hsl(211, 18%, 47%);

gradient light

background: linear-gradient(to right, hsl(211, 18%, 67%), hsl(211, 18%, 47%));

gradient dark

background: linear-gradient(to right, hsl(211, 18%, 47%), hsl(211, 18%, 27%))

hex

background-color: #62778D;

tailwind

bg-[hsl(211,18%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(211, 18%, 47%, 0.4);

css variable

--color-primary: hsl(211, 18%, 47%);

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(211, 18%, 47%)?

HEX: #62778D | RGB: rgb(98, 119, 141) | CMYK: 30%, 16%, 0%, 45% | HSV: 211°, 30%, 55%. Copy any format from the conversion table above.

What colors go well with #62778D?

The complementary color is HSL(31, 18%, 47%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(211, 18%, 47%) in CSS?

As HSL: color: hsl(211, 18%, 47%); — As HEX: color: #62778D; — As RGB: color: rgb(98, 119, 141); — Tailwind CSS: bg-[hsl(211,18%,47%)] — CSS variable: --color-primary: hsl(211, 18%, 47%);