HSL(210, 100%, 48%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(210,100%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(210, 100%, 48%) color: hsl(210, 100%, 48%)
HEX #007AF5 color: #007AF5
RGB rgb(0, 122, 245) color: rgb(0, 122, 245)
CMYK cmyk(100%, 50%, 0%, 4%)
HSV hsv(210, 100%, 96%)
HWB hwb(210 0% 4%) color: hwb(210 0% 4%)
OKLCH oklch(0.5953 0.2054 256.27) color: oklch(0.5953 0.2054 256.27)
Lab lab(52.41 18.67 -69.12) color: lab(52.41 18.67 -69.12)
LCH lch(52.41 71.6 285.12) color: lch(52.41 71.6 285.12)

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.12:1
vs Black 5.1: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)

#3536D7 — rgb(53, 54, 215)

Deuteranopia (Green-blind)

#2E25D0 — rgb(46, 37, 208)

Tritanopia (Blue-blind)

#06C0BB — rgb(6, 192, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(210, 100%, 48%);

text

color: hsl(210, 100%, 48%);

border

border: 2px solid hsl(210, 100%, 48%);

gradient light

background: linear-gradient(to right, hsl(210, 100%, 68%), hsl(210, 100%, 48%));

gradient dark

background: linear-gradient(to right, hsl(210, 100%, 48%), hsl(210, 100%, 28%))

hex

background-color: #007AF5;

tailwind

bg-[hsl(210,100%,48%)]

box shadow

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

css variable

--color-primary: hsl(210, 100%, 48%);

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(210, 100%, 48%)?

HEX: #007AF5 | RGB: rgb(0, 122, 245) | CMYK: 100%, 50%, 0%, 4% | HSV: 210°, 100%, 96%. Copy any format from the conversion table above.

What colors go well with #007AF5?

The complementary color is HSL(30, 100%, 48%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(210, 100%, 48%) in CSS?

As HSL: color: hsl(210, 100%, 48%); — As HEX: color: #007AF5; — As RGB: color: rgb(0, 122, 245); — Tailwind CSS: bg-[hsl(210,100%,48%)] — CSS variable: --color-primary: hsl(210, 100%, 48%);