HSL(233, 77%, 48%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,77%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 77%, 48%) color: hsl(233, 77%, 48%)
HEX #1C32D9 color: #1C32D9
RGB rgb(28, 50, 217) color: rgb(28, 50, 217)
CMYK cmyk(87%, 77%, 0%, 15%)
HSV hsv(233, 87%, 85%)
HWB hwb(233 11% 15%) color: hwb(233 11% 15%)
OKLCH oklch(0.4449 0.247 266.77) color: oklch(0.4449 0.247 266.77)
Lab lab(33 53.74 -85.07) color: lab(33 53.74 -85.07)
LCH lch(33 100.62 302.28) color: lch(33 100.62 302.28)

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.37:1
vs Black 2.51: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)

#2626B1 — rgb(38, 38, 177)

Deuteranopia (Green-blind)

#2423A7 — rgb(36, 35, 167)

Tritanopia (Blue-blind)

#1D918A — rgb(29, 145, 138)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 77%, 48%);

text

color: hsl(233, 77%, 48%);

border

border: 2px solid hsl(233, 77%, 48%);

gradient light

background: linear-gradient(to right, hsl(233, 77%, 68%), hsl(233, 77%, 48%));

gradient dark

background: linear-gradient(to right, hsl(233, 77%, 48%), hsl(233, 77%, 28%))

hex

background-color: #1C32D9;

tailwind

bg-[hsl(233,77%,48%)]

box shadow

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

css variable

--color-primary: hsl(233, 77%, 48%);

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(233, 77%, 48%)?

HEX: #1C32D9 | RGB: rgb(28, 50, 217) | CMYK: 87%, 77%, 0%, 15% | HSV: 233°, 87%, 85%. Copy any format from the conversion table above.

What colors go well with #1C32D9?

The complementary color is HSL(53, 77%, 48%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(233, 77%, 48%) in CSS?

As HSL: color: hsl(233, 77%, 48%); — As HEX: color: #1C32D9; — As RGB: color: rgb(28, 50, 217); — Tailwind CSS: bg-[hsl(233,77%,48%)] — CSS variable: --color-primary: hsl(233, 77%, 48%);