HSL(236, 97%, 55%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(236,97%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(236, 97%, 55%) color: hsl(236, 97%, 55%)
HEX #1D2CFC color: #1D2CFC
RGB rgb(29, 44, 252) color: rgb(29, 44, 252)
CMYK cmyk(88%, 83%, 0%, 1%)
HSV hsv(236, 88%, 99%)
HWB hwb(236 12% 1%) color: hwb(236 12% 1%)
OKLCH oklch(0.4788 0.2894 266.52) color: oklch(0.4788 0.2894 266.52)
Lab lab(36.15 67.41 -99.72) color: lab(36.15 67.41 -99.72)
LCH lch(36.15 120.37 304.06) color: lch(36.15 120.37 304.06)

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 7.45:1
vs Black 2.82: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)

#2324CA — rgb(35, 36, 202)

Deuteranopia (Green-blind)

#2322BE — rgb(35, 34, 190)

Tritanopia (Blue-blind)

#1EA299 — rgb(30, 162, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(236, 97%, 55%);

text

color: hsl(236, 97%, 55%);

border

border: 2px solid hsl(236, 97%, 55%);

gradient light

background: linear-gradient(to right, hsl(236, 97%, 75%), hsl(236, 97%, 55%));

gradient dark

background: linear-gradient(to right, hsl(236, 97%, 55%), hsl(236, 97%, 35%))

hex

background-color: #1D2CFC;

tailwind

bg-[hsl(236,97%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(236, 97%, 55%, 0.4);

css variable

--color-primary: hsl(236, 97%, 55%);

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(236, 97%, 55%)?

HEX: #1D2CFC | RGB: rgb(29, 44, 252) | CMYK: 88%, 83%, 0%, 1% | HSV: 236°, 88%, 99%. Copy any format from the conversion table above.

What colors go well with #1D2CFC?

The complementary color is HSL(56, 97%, 55%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(236, 97%, 55%) in CSS?

As HSL: color: hsl(236, 97%, 55%); — As HEX: color: #1D2CFC; — As RGB: color: rgb(29, 44, 252); — Tailwind CSS: bg-[hsl(236,97%,55%)] — CSS variable: --color-primary: hsl(236, 97%, 55%);