HSL(243, 100%, 35%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(243,100%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(243, 100%, 35%) color: hsl(243, 100%, 35%)
HEX #0900B3 color: #0900B3
RGB rgb(9, 0, 179) color: rgb(9, 0, 179)
CMYK cmyk(95%, 100%, 0%, 30%)
HSV hsv(243, 100%, 70%)
HWB hwb(243 0% 30%) color: hwb(243 0% 30%)
OKLCH oklch(0.3487 0.2386 265.35) color: oklch(0.3487 0.2386 265.35)
Lab lab(21.25 60.79 -82.33) color: lab(21.25 60.79 -82.33)
LCH lch(21.25 102.34 306.44) color: lch(21.25 102.34 306.44)

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 12.63:1
vs Black 1.66: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)

#050588 — rgb(5, 5, 136)

Deuteranopia (Green-blind)

#06067D — rgb(6, 6, 125)

Tritanopia (Blue-blind)

#09655E — rgb(9, 101, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(243, 100%, 35%);

text

color: hsl(243, 100%, 35%);

border

border: 2px solid hsl(243, 100%, 35%);

gradient light

background: linear-gradient(to right, hsl(243, 100%, 55%), hsl(243, 100%, 35%));

gradient dark

background: linear-gradient(to right, hsl(243, 100%, 35%), hsl(243, 100%, 15%))

hex

background-color: #0900B3;

tailwind

bg-[hsl(243,100%,35%)]

box shadow

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

css variable

--color-primary: hsl(243, 100%, 35%);

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(243, 100%, 35%)?

HEX: #0900B3 | RGB: rgb(9, 0, 179) | CMYK: 95%, 100%, 0%, 30% | HSV: 243°, 100%, 70%. Copy any format from the conversion table above.

What colors go well with #0900B3?

The complementary color is HSL(63, 100%, 35%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(243, 100%, 35%) in CSS?

As HSL: color: hsl(243, 100%, 35%); — As HEX: color: #0900B3; — As RGB: color: rgb(9, 0, 179); — Tailwind CSS: bg-[hsl(243,100%,35%)] — CSS variable: --color-primary: hsl(243, 100%, 35%);