HSL(201, 77%, 60%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(201,77%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(201, 77%, 60%) color: hsl(201, 77%, 60%)
HEX #4AB1E8 color: #4AB1E8
RGB rgb(74, 177, 232) color: rgb(74, 177, 232)
CMYK cmyk(68%, 24%, 0%, 9%)
HSV hsv(201, 68%, 91%)
HWB hwb(201 29% 9%) color: hwb(201 29% 9%)
OKLCH oklch(0.7232 0.1235 235.55) color: oklch(0.7232 0.1235 235.55)
Lab lab(68.55 -12.64 -36.23) color: lab(68.55 -12.64 -36.23)
LCH lch(68.55 38.37 250.77) color: lch(68.55 38.37 250.77)

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 2.4:1
vs Black 8.75:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7778DB — rgb(119, 120, 219)

Deuteranopia (Green-blind)

#7169D8 — rgb(113, 105, 216)

Tritanopia (Blue-blind)

#4FD0CE — rgb(79, 208, 206)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(201, 77%, 60%);

text

color: hsl(201, 77%, 60%);

border

border: 2px solid hsl(201, 77%, 60%);

gradient light

background: linear-gradient(to right, hsl(201, 77%, 80%), hsl(201, 77%, 60%));

gradient dark

background: linear-gradient(to right, hsl(201, 77%, 60%), hsl(201, 77%, 40%))

hex

background-color: #4AB1E8;

tailwind

bg-[hsl(201,77%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(201, 77%, 60%, 0.4);

css variable

--color-primary: hsl(201, 77%, 60%);

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(201, 77%, 60%)?

HEX: #4AB1E8 | RGB: rgb(74, 177, 232) | CMYK: 68%, 24%, 0%, 9% | HSV: 201°, 68%, 91%. Copy any format from the conversion table above.

What colors go well with #4AB1E8?

The complementary color is HSL(21, 77%, 60%). For a triadic harmony, use hues 201°, 321°, and 81°. For analogous combinations, try hues 171° and 231°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(201, 77%, 60%) in CSS?

As HSL: color: hsl(201, 77%, 60%); — As HEX: color: #4AB1E8; — As RGB: color: rgb(74, 177, 232); — Tailwind CSS: bg-[hsl(201,77%,60%)] — CSS variable: --color-primary: hsl(201, 77%, 60%);