HSL(233, 35%, 39%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,35%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 35%, 39%) color: hsl(233, 35%, 39%)
HEX #414986 color: #414986
RGB rgb(65, 73, 134) color: rgb(65, 73, 134)
CMYK cmyk(51%, 46%, 0%, 47%)
HSV hsv(233, 51%, 53%)
HWB hwb(233 26% 47%) color: hwb(233 26% 47%)
OKLCH oklch(0.4294 0.1007 275.68) color: oklch(0.4294 0.1007 275.68)
Lab lab(33.16 14.86 -35.3) color: lab(33.16 14.86 -35.3)
LCH lch(33.16 38.3 292.83) color: lch(33.16 38.3 292.83)

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.33:1
vs Black 2.52: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)

#444577 — rgb(68, 69, 119)

Deuteranopia (Green-blind)

#444374 — rgb(68, 67, 116)

Tritanopia (Blue-blind)

#416C69 — rgb(65, 108, 105)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 35%, 39%);

text

color: hsl(233, 35%, 39%);

border

border: 2px solid hsl(233, 35%, 39%);

gradient light

background: linear-gradient(to right, hsl(233, 35%, 59%), hsl(233, 35%, 39%));

gradient dark

background: linear-gradient(to right, hsl(233, 35%, 39%), hsl(233, 35%, 19%))

hex

background-color: #414986;

tailwind

bg-[hsl(233,35%,39%)]

box shadow

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

css variable

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

HEX: #414986 | RGB: rgb(65, 73, 134) | CMYK: 51%, 46%, 0%, 47% | HSV: 233°, 51%, 53%. Copy any format from the conversion table above.

What colors go well with #414986?

The complementary color is HSL(53, 35%, 39%). 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, 35%, 39%) in CSS?

As HSL: color: hsl(233, 35%, 39%); — As HEX: color: #414986; — As RGB: color: rgb(65, 73, 134); — Tailwind CSS: bg-[hsl(233,35%,39%)] — CSS variable: --color-primary: hsl(233, 35%, 39%);