HSL(208, 62%, 41%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(208,62%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(208, 62%, 41%) color: hsl(208, 62%, 41%)
HEX #286DA9 color: #286DA9
RGB rgb(40, 109, 169) color: rgb(40, 109, 169)
CMYK cmyk(76%, 36%, 0%, 34%)
HSV hsv(208, 76%, 66%)
HWB hwb(208 16% 34%) color: hwb(208 16% 34%)
OKLCH oklch(0.5213 0.1169 248.53) color: oklch(0.5213 0.1169 248.53)
Lab lab(44.59 -0.28 -38.25) color: lab(44.59 -0.28 -38.25)
LCH lch(44.59 38.25 269.58) color: lch(44.59 38.25 269.58)

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 5.45:1
vs Black 3.85:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

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)

#46469A — rgb(70, 70, 154)

Deuteranopia (Green-blind)

#423D97 — rgb(66, 61, 151)

Tritanopia (Blue-blind)

#2B8F8D — rgb(43, 143, 141)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(208, 62%, 41%);

text

color: hsl(208, 62%, 41%);

border

border: 2px solid hsl(208, 62%, 41%);

gradient light

background: linear-gradient(to right, hsl(208, 62%, 61%), hsl(208, 62%, 41%));

gradient dark

background: linear-gradient(to right, hsl(208, 62%, 41%), hsl(208, 62%, 21%))

hex

background-color: #286DA9;

tailwind

bg-[hsl(208,62%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(208, 62%, 41%, 0.4);

css variable

--color-primary: hsl(208, 62%, 41%);

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(208, 62%, 41%)?

HEX: #286DA9 | RGB: rgb(40, 109, 169) | CMYK: 76%, 36%, 0%, 34% | HSV: 208°, 76%, 66%. Copy any format from the conversion table above.

What colors go well with #286DA9?

The complementary color is HSL(28, 62%, 41%). For a triadic harmony, use hues 208°, 328°, and 88°. For analogous combinations, try hues 178° and 238°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(208, 62%, 41%) in CSS?

As HSL: color: hsl(208, 62%, 41%); — As HEX: color: #286DA9; — As RGB: color: rgb(40, 109, 169); — Tailwind CSS: bg-[hsl(208,62%,41%)] — CSS variable: --color-primary: hsl(208, 62%, 41%);