HSL(224, 50%, 59%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(224,50%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(224, 50%, 59%) color: hsl(224, 50%, 59%)
HEX #627ECB color: #627ECB
RGB rgb(98, 126, 203) color: rgb(98, 126, 203)
CMYK cmyk(52%, 38%, 0%, 20%)
HSV hsv(224, 52%, 80%)
HWB hwb(224 38% 20%) color: hwb(224 38% 20%)
OKLCH oklch(0.6062 0.1219 267.59) color: oklch(0.6062 0.1219 267.59)
Lab lab(53.84 11.75 -43.07) color: lab(53.84 11.75 -43.07)
LCH lch(53.84 44.64 285.26) color: lch(53.84 44.64 285.26)

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 3.91:1
vs Black 5.37:1

AA Normal (4.5:1)

on White: FAIL ✗ 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: black

Color Blindness Simulation

Protanopia (Red-blind)

#6E6EB8 — rgb(110, 110, 184)

Deuteranopia (Green-blind)

#6D6AB4 — rgb(109, 106, 180)

Tritanopia (Blue-blind)

#63AAA6 — rgb(99, 170, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(224, 50%, 59%);

text

color: hsl(224, 50%, 59%);

border

border: 2px solid hsl(224, 50%, 59%);

gradient light

background: linear-gradient(to right, hsl(224, 50%, 79%), hsl(224, 50%, 59%));

gradient dark

background: linear-gradient(to right, hsl(224, 50%, 59%), hsl(224, 50%, 39%))

hex

background-color: #627ECB;

tailwind

bg-[hsl(224,50%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(224, 50%, 59%, 0.4);

css variable

--color-primary: hsl(224, 50%, 59%);

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(224, 50%, 59%)?

HEX: #627ECB | RGB: rgb(98, 126, 203) | CMYK: 52%, 38%, 0%, 20% | HSV: 224°, 52%, 80%. Copy any format from the conversion table above.

What colors go well with #627ECB?

The complementary color is HSL(44, 50%, 59%). For a triadic harmony, use hues 224°, 344°, and 104°. For analogous combinations, try hues 194° and 254°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(224, 50%, 59%) in CSS?

As HSL: color: hsl(224, 50%, 59%); — As HEX: color: #627ECB; — As RGB: color: rgb(98, 126, 203); — Tailwind CSS: bg-[hsl(224,50%,59%)] — CSS variable: --color-primary: hsl(224, 50%, 59%);