HSL(225, 93%, 61%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(225,93%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(225, 93%, 61%) color: hsl(225, 93%, 61%)
HEX #3F6DF8 color: #3F6DF8
RGB rgb(63, 109, 248) color: rgb(63, 109, 248)
CMYK cmyk(75%, 56%, 0%, 3%)
HSV hsv(225, 75%, 97%)
HWB hwb(225 24% 3%) color: hwb(225 24% 3%)
OKLCH oklch(0.5843 0.2139 265.98) color: oklch(0.5843 0.2139 265.98)
Lab lab(50.42 31.74 -73.96) color: lab(50.42 31.74 -73.96)
LCH lch(50.42 80.48 293.23) color: lch(50.42 80.48 293.23)

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 4.42:1
vs Black 4.75:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#5353D6 — rgb(83, 83, 214)

Deuteranopia (Green-blind)

#504DCE — rgb(80, 77, 206)

Tritanopia (Blue-blind)

#41BCB6 — rgb(65, 188, 182)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(225, 93%, 61%);

text

color: hsl(225, 93%, 61%);

border

border: 2px solid hsl(225, 93%, 61%);

gradient light

background: linear-gradient(to right, hsl(225, 93%, 81%), hsl(225, 93%, 61%));

gradient dark

background: linear-gradient(to right, hsl(225, 93%, 61%), hsl(225, 93%, 41%))

hex

background-color: #3F6DF8;

tailwind

bg-[hsl(225,93%,61%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(225, 93%, 61%, 0.4);

css variable

--color-primary: hsl(225, 93%, 61%);

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(225, 93%, 61%)?

HEX: #3F6DF8 | RGB: rgb(63, 109, 248) | CMYK: 75%, 56%, 0%, 3% | HSV: 225°, 75%, 97%. Copy any format from the conversion table above.

What colors go well with #3F6DF8?

The complementary color is HSL(45, 93%, 61%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(225, 93%, 61%) in CSS?

As HSL: color: hsl(225, 93%, 61%); — As HEX: color: #3F6DF8; — As RGB: color: rgb(63, 109, 248); — Tailwind CSS: bg-[hsl(225,93%,61%)] — CSS variable: --color-primary: hsl(225, 93%, 61%);