HSL(233, 33%, 52%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,33%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 33%, 52%) color: hsl(233, 33%, 52%)
HEX #5C66AD color: #5C66AD
RGB rgb(92, 102, 173) color: rgb(92, 102, 173)
CMYK cmyk(47%, 41%, 0%, 32%)
HSV hsv(233, 47%, 68%)
HWB hwb(233 36% 32%) color: hwb(233 36% 32%)
OKLCH oklch(0.5347 0.1114 275.9) color: oklch(0.5347 0.1114 275.9)
Lab lab(45.35 15.63 -39.23) color: lab(45.35 15.63 -39.23)
LCH lch(45.35 42.23 291.72) color: lch(45.35 42.23 291.72)

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 5.3:1
vs Black 3.96:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#60609C — rgb(96, 96, 156)

Deuteranopia (Green-blind)

#605F98 — rgb(96, 95, 152)

Tritanopia (Blue-blind)

#5D8E8B — rgb(93, 142, 139)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 33%, 52%);

text

color: hsl(233, 33%, 52%);

border

border: 2px solid hsl(233, 33%, 52%);

gradient light

background: linear-gradient(to right, hsl(233, 33%, 72%), hsl(233, 33%, 52%));

gradient dark

background: linear-gradient(to right, hsl(233, 33%, 52%), hsl(233, 33%, 32%))

hex

background-color: #5C66AD;

tailwind

bg-[hsl(233,33%,52%)]

box shadow

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

css variable

--color-primary: hsl(233, 33%, 52%);

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, 33%, 52%)?

HEX: #5C66AD | RGB: rgb(92, 102, 173) | CMYK: 47%, 41%, 0%, 32% | HSV: 233°, 47%, 68%. Copy any format from the conversion table above.

What colors go well with #5C66AD?

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

As HSL: color: hsl(233, 33%, 52%); — As HEX: color: #5C66AD; — As RGB: color: rgb(92, 102, 173); — Tailwind CSS: bg-[hsl(233,33%,52%)] — CSS variable: --color-primary: hsl(233, 33%, 52%);