HSL(233, 32%, 35%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(233, 32%, 35%) color: hsl(233, 32%, 35%)
HEX #3D4376 color: #3D4376
RGB rgb(61, 67, 118) color: rgb(61, 67, 118)
CMYK cmyk(48%, 43%, 0%, 54%)
HSV hsv(234, 48%, 46%)
HWB hwb(234 24% 54%) color: hwb(234 24% 54%)
OKLCH oklch(0.4029 0.0856 276.76) color: oklch(0.4029 0.0856 276.76)
Lab lab(30.19 12.47 -30.08) color: lab(30.19 12.47 -30.08)
LCH lch(30.19 32.56 292.52) color: lch(30.19 32.56 292.52)

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 9.28:1
vs Black 2.26: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)

#40406A — rgb(64, 64, 106)

Deuteranopia (Green-blind)

#3F3F67 — rgb(63, 63, 103)

Tritanopia (Blue-blind)

#3D605E — rgb(61, 96, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(233, 32%, 55%), hsl(233, 32%, 35%));

gradient dark

background: linear-gradient(to right, hsl(233, 32%, 35%), hsl(233, 32%, 15%))

hex

background-color: #3D4376;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(233, 32%, 35%);

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, 32%, 35%)?

HEX: #3D4376 | RGB: rgb(61, 67, 118) | CMYK: 48%, 43%, 0%, 54% | HSV: 234°, 48%, 46%. Copy any format from the conversion table above.

What colors go well with #3D4376?

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

As HSL: color: hsl(233, 32%, 35%); — As HEX: color: #3D4376; — As RGB: color: rgb(61, 67, 118); — Tailwind CSS: bg-[hsl(233,32%,35%)] — CSS variable: --color-primary: hsl(233, 32%, 35%);