HSL(233, 31%, 41%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,31%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 31%, 41%) color: hsl(233, 31%, 41%)
HEX #485089 color: #485089
RGB rgb(72, 80, 137) color: rgb(72, 80, 137)
CMYK cmyk(47%, 42%, 0%, 46%)
HSV hsv(233, 47%, 54%)
HWB hwb(233 29% 46%) color: hwb(233 29% 46%)
OKLCH oklch(0.4517 0.0933 275.96) color: oklch(0.4517 0.0933 275.96)
Lab lab(35.83 13.07 -32.87) color: lab(35.83 13.07 -32.87)
LCH lch(35.83 35.37 291.68) color: lch(35.83 35.37 291.68)

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 7.54:1
vs Black 2.78: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)

#4B4C7B — rgb(75, 76, 123)

Deuteranopia (Green-blind)

#4B4A78 — rgb(75, 74, 120)

Tritanopia (Blue-blind)

#48706E — rgb(72, 112, 110)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 31%, 41%);

text

color: hsl(233, 31%, 41%);

border

border: 2px solid hsl(233, 31%, 41%);

gradient light

background: linear-gradient(to right, hsl(233, 31%, 61%), hsl(233, 31%, 41%));

gradient dark

background: linear-gradient(to right, hsl(233, 31%, 41%), hsl(233, 31%, 21%))

hex

background-color: #485089;

tailwind

bg-[hsl(233,31%,41%)]

box shadow

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

css variable

--color-primary: hsl(233, 31%, 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(233, 31%, 41%)?

HEX: #485089 | RGB: rgb(72, 80, 137) | CMYK: 47%, 42%, 0%, 46% | HSV: 233°, 47%, 54%. Copy any format from the conversion table above.

What colors go well with #485089?

The complementary color is HSL(53, 31%, 41%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(233, 31%, 41%) in CSS?

As HSL: color: hsl(233, 31%, 41%); — As HEX: color: #485089; — As RGB: color: rgb(72, 80, 137); — Tailwind CSS: bg-[hsl(233,31%,41%)] — CSS variable: --color-primary: hsl(233, 31%, 41%);