HSL(228, 61%, 75%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(228,61%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(228, 61%, 75%) color: hsl(228, 61%, 75%)
HEX #98A8E6 color: #98A8E6
RGB rgb(152, 168, 230) color: rgb(152, 168, 230)
CMYK cmyk(34%, 27%, 0%, 10%)
HSV hsv(228, 34%, 90%)
HWB hwb(228 59% 10%) color: hwb(228 59% 10%)
OKLCH oklch(0.7424 0.0917 272.85) color: oklch(0.7424 0.0917 272.85)
Lab lab(69.75 8.89 -32.98) color: lab(69.75 8.89 -32.98)
LCH lch(69.75 34.16 285.09) color: lch(69.75 34.16 285.09)

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.31:1
vs Black 9.08: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)

#9F9FD7 — rgb(159, 159, 215)

Deuteranopia (Green-blind)

#9E9DD3 — rgb(158, 157, 211)

Tritanopia (Blue-blind)

#99CBC9 — rgb(153, 203, 201)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(228, 61%, 75%);

text

color: hsl(228, 61%, 75%);

border

border: 2px solid hsl(228, 61%, 75%);

gradient light

background: linear-gradient(to right, hsl(228, 61%, 95%), hsl(228, 61%, 75%));

gradient dark

background: linear-gradient(to right, hsl(228, 61%, 75%), hsl(228, 61%, 55%))

hex

background-color: #98A8E6;

tailwind

bg-[hsl(228,61%,75%)]

box shadow

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

css variable

--color-primary: hsl(228, 61%, 75%);

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(228, 61%, 75%)?

HEX: #98A8E6 | RGB: rgb(152, 168, 230) | CMYK: 34%, 27%, 0%, 10% | HSV: 228°, 34%, 90%. Copy any format from the conversion table above.

What colors go well with #98A8E6?

The complementary color is HSL(48, 61%, 75%). For a triadic harmony, use hues 228°, 348°, and 108°. For analogous combinations, try hues 198° and 258°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(228, 61%, 75%) in CSS?

As HSL: color: hsl(228, 61%, 75%); — As HEX: color: #98A8E6; — As RGB: color: rgb(152, 168, 230); — Tailwind CSS: bg-[hsl(228,61%,75%)] — CSS variable: --color-primary: hsl(228, 61%, 75%);