HSL(215, 63%, 35%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(215,63%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(215, 63%, 35%) color: hsl(215, 63%, 35%)
HEX #215091 color: #215091
RGB rgb(33, 80, 145) color: rgb(33, 80, 145)
CMYK cmyk(77%, 45%, 0%, 43%)
HSV hsv(215, 77%, 57%)
HWB hwb(215 13% 43%) color: hwb(215 13% 43%)
OKLCH oklch(0.435 0.1188 257.33) color: oklch(0.435 0.1188 257.33)
Lab lab(34.2 8.14 -40.47) color: lab(34.2 8.14 -40.47)
LCH lch(34.2 41.28 281.37) color: lch(34.2 41.28 281.37)

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 8.01:1
vs Black 2.62: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)

#353681 — rgb(53, 54, 129)

Deuteranopia (Green-blind)

#332F7E — rgb(51, 47, 126)

Tritanopia (Blue-blind)

#237572 — rgb(35, 117, 114)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(215, 63%, 35%);

text

color: hsl(215, 63%, 35%);

border

border: 2px solid hsl(215, 63%, 35%);

gradient light

background: linear-gradient(to right, hsl(215, 63%, 55%), hsl(215, 63%, 35%));

gradient dark

background: linear-gradient(to right, hsl(215, 63%, 35%), hsl(215, 63%, 15%))

hex

background-color: #215091;

tailwind

bg-[hsl(215,63%,35%)]

box shadow

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

css variable

--color-primary: hsl(215, 63%, 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(215, 63%, 35%)?

HEX: #215091 | RGB: rgb(33, 80, 145) | CMYK: 77%, 45%, 0%, 43% | HSV: 215°, 77%, 57%. Copy any format from the conversion table above.

What colors go well with #215091?

The complementary color is HSL(35, 63%, 35%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(215, 63%, 35%) in CSS?

As HSL: color: hsl(215, 63%, 35%); — As HEX: color: #215091; — As RGB: color: rgb(33, 80, 145); — Tailwind CSS: bg-[hsl(215,63%,35%)] — CSS variable: --color-primary: hsl(215, 63%, 35%);