HSL(251, 37%, 39%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(251,37%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(251, 37%, 39%) color: hsl(251, 37%, 39%)
HEX #4C3F88 color: #4C3F88
RGB rgb(76, 63, 136) color: rgb(76, 63, 136)
CMYK cmyk(44%, 54%, 0%, 47%)
HSV hsv(251, 54%, 53%)
HWB hwb(251 24% 47%) color: hwb(251 24% 47%)
OKLCH oklch(0.4196 0.1172 288.49) color: oklch(0.4196 0.1172 288.49)
Lab lab(31.51 24.81 -39.12) color: lab(31.51 24.81 -39.12)
LCH lch(31.51 46.32 302.38) color: lch(31.51 46.32 302.38)

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 8.85:1
vs Black 2.37:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#464676 — rgb(70, 70, 118)

Deuteranopia (Green-blind)

#474872 — rgb(71, 72, 114)

Tritanopia (Blue-blind)

#4B6865 — rgb(75, 104, 101)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(251, 37%, 39%);

text

color: hsl(251, 37%, 39%);

border

border: 2px solid hsl(251, 37%, 39%);

gradient light

background: linear-gradient(to right, hsl(251, 37%, 59%), hsl(251, 37%, 39%));

gradient dark

background: linear-gradient(to right, hsl(251, 37%, 39%), hsl(251, 37%, 19%))

hex

background-color: #4C3F88;

tailwind

bg-[hsl(251,37%,39%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(251, 37%, 39%, 0.4);

css variable

--color-primary: hsl(251, 37%, 39%);

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(251, 37%, 39%)?

HEX: #4C3F88 | RGB: rgb(76, 63, 136) | CMYK: 44%, 54%, 0%, 47% | HSV: 251°, 54%, 53%. Copy any format from the conversion table above.

What colors go well with #4C3F88?

The complementary color is HSL(71, 37%, 39%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(251, 37%, 39%) in CSS?

As HSL: color: hsl(251, 37%, 39%); — As HEX: color: #4C3F88; — As RGB: color: rgb(76, 63, 136); — Tailwind CSS: bg-[hsl(251,37%,39%)] — CSS variable: --color-primary: hsl(251, 37%, 39%);