HSL(247, 55%, 32%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(247,55%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(247, 55%, 32%) color: hsl(247, 55%, 32%)
HEX #2F257E color: #2F257E
RGB rgb(47, 37, 126) color: rgb(47, 37, 126)
CMYK cmyk(63%, 71%, 0%, 51%)
HSV hsv(247, 71%, 49%)
HWB hwb(247 14% 51%) color: hwb(247 14% 51%)
OKLCH oklch(0.3387 0.1433 280.58) color: oklch(0.3387 0.1433 280.58)
Lab lab(21.7 32.03 -48.88) color: lab(21.7 32.03 -48.88)
LCH lch(21.7 58.44 303.24) color: lch(21.7 58.44 303.24)

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 12.45:1
vs Black 1.69: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)

#2B2B68 — rgb(43, 43, 104)

Deuteranopia (Green-blind)

#2B2C63 — rgb(43, 44, 99)

Tritanopia (Blue-blind)

#2F5754 — rgb(47, 87, 84)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(247, 55%, 32%);

text

color: hsl(247, 55%, 32%);

border

border: 2px solid hsl(247, 55%, 32%);

gradient light

background: linear-gradient(to right, hsl(247, 55%, 52%), hsl(247, 55%, 32%));

gradient dark

background: linear-gradient(to right, hsl(247, 55%, 32%), hsl(247, 55%, 12%))

hex

background-color: #2F257E;

tailwind

bg-[hsl(247,55%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(247, 55%, 32%, 0.4);

css variable

--color-primary: hsl(247, 55%, 32%);

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(247, 55%, 32%)?

HEX: #2F257E | RGB: rgb(47, 37, 126) | CMYK: 63%, 71%, 0%, 51% | HSV: 247°, 71%, 49%. Copy any format from the conversion table above.

What colors go well with #2F257E?

The complementary color is HSL(67, 55%, 32%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(247, 55%, 32%) in CSS?

As HSL: color: hsl(247, 55%, 32%); — As HEX: color: #2F257E; — As RGB: color: rgb(47, 37, 126); — Tailwind CSS: bg-[hsl(247,55%,32%)] — CSS variable: --color-primary: hsl(247, 55%, 32%);