HSL(203, 69%, 38%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(203,69%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(203, 69%, 38%) color: hsl(203, 69%, 38%)
HEX #1E71A4 color: #1E71A4
RGB rgb(30, 113, 164) color: rgb(30, 113, 164)
CMYK cmyk(82%, 31%, 0%, 36%)
HSV hsv(203, 82%, 64%)
HWB hwb(203 12% 36%) color: hwb(203 12% 36%)
OKLCH oklch(0.5254 0.1105 241.35) color: oklch(0.5254 0.1105 241.35)
Lab lab(45.31 -5.74 -34.2) color: lab(45.31 -5.74 -34.2)
LCH lch(45.31 34.68 260.47) color: lch(45.31 34.68 260.47)

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.31:1
vs Black 3.95: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)

#424398 — rgb(66, 67, 152)

Deuteranopia (Green-blind)

#3D3795 — rgb(61, 55, 149)

Tritanopia (Blue-blind)

#228E8C — rgb(34, 142, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(203, 69%, 38%);

text

color: hsl(203, 69%, 38%);

border

border: 2px solid hsl(203, 69%, 38%);

gradient light

background: linear-gradient(to right, hsl(203, 69%, 58%), hsl(203, 69%, 38%));

gradient dark

background: linear-gradient(to right, hsl(203, 69%, 38%), hsl(203, 69%, 18%))

hex

background-color: #1E71A4;

tailwind

bg-[hsl(203,69%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(203, 69%, 38%, 0.4);

css variable

--color-primary: hsl(203, 69%, 38%);

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(203, 69%, 38%)?

HEX: #1E71A4 | RGB: rgb(30, 113, 164) | CMYK: 82%, 31%, 0%, 36% | HSV: 203°, 82%, 64%. Copy any format from the conversion table above.

What colors go well with #1E71A4?

The complementary color is HSL(23, 69%, 38%). For a triadic harmony, use hues 203°, 323°, and 83°. For analogous combinations, try hues 173° and 233°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(203, 69%, 38%) in CSS?

As HSL: color: hsl(203, 69%, 38%); — As HEX: color: #1E71A4; — As RGB: color: rgb(30, 113, 164); — Tailwind CSS: bg-[hsl(203,69%,38%)] — CSS variable: --color-primary: hsl(203, 69%, 38%);