HSL(253, 85%, 46%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(253,85%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(253, 85%, 46%) color: hsl(253, 85%, 46%)
HEX #3D12D9 color: #3D12D9
RGB rgb(61, 18, 217) color: rgb(61, 18, 217)
CMYK cmyk(72%, 92%, 0%, 15%)
HSV hsv(253, 92%, 85%)
HWB hwb(253 7% 15%) color: hwb(253 7% 15%)
OKLCH oklch(0.4321 0.259 276.1) color: oklch(0.4321 0.259 276.1)
Lab lab(30.48 67.81 -89.21) color: lab(30.48 67.81 -89.21)
LCH lch(30.48 112.06 307.24) color: lch(30.48 112.06 307.24)

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.18:1
vs Black 2.29: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)

#2A2AA9 — rgb(42, 42, 169)

Deuteranopia (Green-blind)

#2D309D — rgb(45, 48, 157)

Tritanopia (Blue-blind)

#3B837A — rgb(59, 131, 122)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(253, 85%, 46%);

text

color: hsl(253, 85%, 46%);

border

border: 2px solid hsl(253, 85%, 46%);

gradient light

background: linear-gradient(to right, hsl(253, 85%, 66%), hsl(253, 85%, 46%));

gradient dark

background: linear-gradient(to right, hsl(253, 85%, 46%), hsl(253, 85%, 26%))

hex

background-color: #3D12D9;

tailwind

bg-[hsl(253,85%,46%)]

box shadow

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

css variable

--color-primary: hsl(253, 85%, 46%);

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(253, 85%, 46%)?

HEX: #3D12D9 | RGB: rgb(61, 18, 217) | CMYK: 72%, 92%, 0%, 15% | HSV: 253°, 92%, 85%. Copy any format from the conversion table above.

What colors go well with #3D12D9?

The complementary color is HSL(73, 85%, 46%). For a triadic harmony, use hues 253°, 13°, and 133°. For analogous combinations, try hues 223° and 283°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(253, 85%, 46%) in CSS?

As HSL: color: hsl(253, 85%, 46%); — As HEX: color: #3D12D9; — As RGB: color: rgb(61, 18, 217); — Tailwind CSS: bg-[hsl(253,85%,46%)] — CSS variable: --color-primary: hsl(253, 85%, 46%);