HSL(250, 72%, 20%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(250,72%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(250, 72%, 20%) color: hsl(250, 72%, 20%)
HEX #1B0E58 color: #1B0E58
RGB rgb(27, 14, 88) color: rgb(27, 14, 88)
CMYK cmyk(69%, 84%, 0%, 65%)
HSV hsv(251, 84%, 35%)
HWB hwb(251 6% 65%) color: hwb(251 6% 65%)
OKLCH oklch(0.2455 0.1226 280.4) color: oklch(0.2455 0.1226 280.4)
Lab lab(10.93 29.99 -41.79) color: lab(10.93 29.99 -41.79)
LCH lch(10.93 51.44 305.66) color: lch(10.93 51.44 305.66)

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 16.8:1
vs Black 1.25: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)

#151546 — rgb(21, 21, 70)

Deuteranopia (Green-blind)

#161742 — rgb(22, 23, 66)

Tritanopia (Blue-blind)

#1A3835 — rgb(26, 56, 53)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(250, 72%, 20%);

text

color: hsl(250, 72%, 20%);

border

border: 2px solid hsl(250, 72%, 20%);

gradient light

background: linear-gradient(to right, hsl(250, 72%, 40%), hsl(250, 72%, 20%));

gradient dark

background: linear-gradient(to right, hsl(250, 72%, 20%), hsl(250, 72%, 0%))

hex

background-color: #1B0E58;

tailwind

bg-[hsl(250,72%,20%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(250, 72%, 20%, 0.4);

css variable

--color-primary: hsl(250, 72%, 20%);

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(250, 72%, 20%)?

HEX: #1B0E58 | RGB: rgb(27, 14, 88) | CMYK: 69%, 84%, 0%, 65% | HSV: 251°, 84%, 35%. Copy any format from the conversion table above.

What colors go well with #1B0E58?

The complementary color is HSL(70, 72%, 20%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(250, 72%, 20%) in CSS?

As HSL: color: hsl(250, 72%, 20%); — As HEX: color: #1B0E58; — As RGB: color: rgb(27, 14, 88); — Tailwind CSS: bg-[hsl(250,72%,20%)] — CSS variable: --color-primary: hsl(250, 72%, 20%);