HSL(207, 94%, 50%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(207,94%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(207, 94%, 50%) color: hsl(207, 94%, 50%)
HEX #088BF7 color: #088BF7
RGB rgb(8, 139, 247) color: rgb(8, 139, 247)
CMYK cmyk(97%, 44%, 0%, 3%)
HSV hsv(207, 97%, 97%)
HWB hwb(207 3% 3%) color: hwb(207 3% 3%)
OKLCH oklch(0.6337 0.1882 252.16) color: oklch(0.6337 0.1882 252.16)
Lab lab(57.3 9.11 -62.34) color: lab(57.3 9.11 -62.34)
LCH lch(57.3 63 278.31) color: lch(57.3 63 278.31)

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 3.47:1
vs Black 6.05: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)

#4142DD — rgb(65, 66, 221)

Deuteranopia (Green-blind)

#392FD7 — rgb(57, 47, 215)

Tritanopia (Blue-blind)

#0FC8C4 — rgb(15, 200, 196)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(207, 94%, 50%);

text

color: hsl(207, 94%, 50%);

border

border: 2px solid hsl(207, 94%, 50%);

gradient light

background: linear-gradient(to right, hsl(207, 94%, 70%), hsl(207, 94%, 50%));

gradient dark

background: linear-gradient(to right, hsl(207, 94%, 50%), hsl(207, 94%, 30%))

hex

background-color: #088BF7;

tailwind

bg-[hsl(207,94%,50%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(207, 94%, 50%, 0.4);

css variable

--color-primary: hsl(207, 94%, 50%);

Related Colors

Use Cases for Vivid Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(207, 94%, 50%)?

HEX: #088BF7 | RGB: rgb(8, 139, 247) | CMYK: 97%, 44%, 0%, 3% | HSV: 207°, 97%, 97%. Copy any format from the conversion table above.

What colors go well with #088BF7?

The complementary color is HSL(27, 94%, 50%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(207, 94%, 50%) in CSS?

As HSL: color: hsl(207, 94%, 50%); — As HEX: color: #088BF7; — As RGB: color: rgb(8, 139, 247); — Tailwind CSS: bg-[hsl(207,94%,50%)] — CSS variable: --color-primary: hsl(207, 94%, 50%);