HSL(247, 50%, 30%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(247,50%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(247, 50%, 30%) color: hsl(247, 50%, 30%)
HEX #2F2673 color: #2F2673
RGB rgb(47, 38, 115) color: rgb(47, 38, 115)
CMYK cmyk(59%, 67%, 0%, 55%)
HSV hsv(247, 67%, 45%)
HWB hwb(247 15% 55%) color: hwb(247 15% 55%)
OKLCH oklch(0.33 0.1268 282.22) color: oklch(0.33 0.1268 282.22)
Lab lab(20.94 27.63 -43.11) color: lab(20.94 27.63 -43.11)
LCH lch(20.94 51.2 302.66) color: lch(20.94 51.2 302.66)

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.76:1
vs Black 1.65: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)

#2B2B60 — rgb(43, 43, 96)

Deuteranopia (Green-blind)

#2C2C5C — rgb(44, 44, 92)

Tritanopia (Blue-blind)

#2F524E — rgb(47, 82, 78)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(247, 50%, 30%);

text

color: hsl(247, 50%, 30%);

border

border: 2px solid hsl(247, 50%, 30%);

gradient light

background: linear-gradient(to right, hsl(247, 50%, 50%), hsl(247, 50%, 30%));

gradient dark

background: linear-gradient(to right, hsl(247, 50%, 30%), hsl(247, 50%, 10%))

hex

background-color: #2F2673;

tailwind

bg-[hsl(247,50%,30%)]

box shadow

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

css variable

--color-primary: hsl(247, 50%, 30%);

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, 50%, 30%)?

HEX: #2F2673 | RGB: rgb(47, 38, 115) | CMYK: 59%, 67%, 0%, 55% | HSV: 247°, 67%, 45%. Copy any format from the conversion table above.

What colors go well with #2F2673?

The complementary color is HSL(67, 50%, 30%). 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, 50%, 30%) in CSS?

As HSL: color: hsl(247, 50%, 30%); — As HEX: color: #2F2673; — As RGB: color: rgb(47, 38, 115); — Tailwind CSS: bg-[hsl(247,50%,30%)] — CSS variable: --color-primary: hsl(247, 50%, 30%);