HSL(233, 85%, 59%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,85%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 85%, 59%) color: hsl(233, 85%, 59%)
HEX #3E52EF color: #3E52EF
RGB rgb(62, 82, 239) color: rgb(62, 82, 239)
CMYK cmyk(74%, 66%, 0%, 6%)
HSV hsv(233, 74%, 94%)
HWB hwb(233 24% 6%) color: hwb(233 24% 6%)
OKLCH oklch(0.5285 0.2336 270.24) color: oklch(0.5285 0.2336 270.24)
Lab lab(43.19 45.09 -80.73) color: lab(43.19 45.09 -80.73)
LCH lch(43.19 92.47 299.18) color: lch(43.19 92.47 299.18)

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.74:1
vs Black 3.66: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)

#4747C9 — rgb(71, 71, 201)

Deuteranopia (Green-blind)

#4644C0 — rgb(70, 68, 192)

Tritanopia (Blue-blind)

#3FABA4 — rgb(63, 171, 164)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 85%, 59%);

text

color: hsl(233, 85%, 59%);

border

border: 2px solid hsl(233, 85%, 59%);

gradient light

background: linear-gradient(to right, hsl(233, 85%, 79%), hsl(233, 85%, 59%));

gradient dark

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

hex

background-color: #3E52EF;

tailwind

bg-[hsl(233,85%,59%)]

box shadow

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

css variable

--color-primary: hsl(233, 85%, 59%);

Related Colors

Use Cases for Vivid Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(233, 85%, 59%)?

HEX: #3E52EF | RGB: rgb(62, 82, 239) | CMYK: 74%, 66%, 0%, 6% | HSV: 233°, 74%, 94%. Copy any format from the conversion table above.

What colors go well with #3E52EF?

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

As HSL: color: hsl(233, 85%, 59%); — As HEX: color: #3E52EF; — As RGB: color: rgb(62, 82, 239); — Tailwind CSS: bg-[hsl(233,85%,59%)] — CSS variable: --color-primary: hsl(233, 85%, 59%);