HSL(246, 100%, 33%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(246,100%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(246, 100%, 33%) color: hsl(246, 100%, 33%)
HEX #1100A8 color: #1100A8
RGB rgb(17, 0, 168) color: rgb(17, 0, 168)
CMYK cmyk(90%, 100%, 0%, 34%)
HSV hsv(246, 100%, 66%)
HWB hwb(246 0% 34%) color: hwb(246 0% 34%)
OKLCH oklch(0.3354 0.2258 267.06) color: oklch(0.3354 0.2258 267.06)
Lab lab(19.82 58.09 -78.08) color: lab(19.82 58.09 -78.08)
LCH lch(19.82 97.32 306.65) color: lch(19.82 97.32 306.65)

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 13.21:1
vs Black 1.59: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)

#0A097F — rgb(10, 9, 127)

Deuteranopia (Green-blind)

#0B0C76 — rgb(11, 12, 118)

Tritanopia (Blue-blind)

#105F58 — rgb(16, 95, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(246, 100%, 33%);

text

color: hsl(246, 100%, 33%);

border

border: 2px solid hsl(246, 100%, 33%);

gradient light

background: linear-gradient(to right, hsl(246, 100%, 53%), hsl(246, 100%, 33%));

gradient dark

background: linear-gradient(to right, hsl(246, 100%, 33%), hsl(246, 100%, 13%))

hex

background-color: #1100A8;

tailwind

bg-[hsl(246,100%,33%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(246, 100%, 33%, 0.4);

css variable

--color-primary: hsl(246, 100%, 33%);

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(246, 100%, 33%)?

HEX: #1100A8 | RGB: rgb(17, 0, 168) | CMYK: 90%, 100%, 0%, 34% | HSV: 246°, 100%, 66%. Copy any format from the conversion table above.

What colors go well with #1100A8?

The complementary color is HSL(66, 100%, 33%). For a triadic harmony, use hues 246°, 6°, and 126°. For analogous combinations, try hues 216° and 276°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(246, 100%, 33%) in CSS?

As HSL: color: hsl(246, 100%, 33%); — As HEX: color: #1100A8; — As RGB: color: rgb(17, 0, 168); — Tailwind CSS: bg-[hsl(246,100%,33%)] — CSS variable: --color-primary: hsl(246, 100%, 33%);